export interface ICoreDropdownOption { value: number | string | null; text: string; code?: string; }