export interface SearchInputModel { operatorId: number; operatorText?: string; fieldId: number; fieldText?: string; searchText: string; }