export type Option = { label: string; value: T; disabled?: boolean; [key: string]: unknown; };