export type OptionGroup = { key: string; label: string; options: T[] }; export type Option = { key: string; label: string };