import { PhosphorIconWeight } from '../consts/icon.consts'; export interface SelectOption { label: string; value: T; disabled?: boolean; selectAllIdentifier?: string | number; phosphorIcon?: string; phosphorWeight?: PhosphorIconWeight; }