export interface SelectOption { value: any; display: string; translateDisplay: boolean; disabled: boolean; }