export interface SelectOptions { name: string; value: any; disabled?: boolean; }