export interface SelectOption { key?: string; text?: string; value: string; operator?: string; }