export interface SelectOption { label: string; value: T; disabled?: boolean; selectAllIdentifier?: string | number; }