export interface ISearchCriterionModel { filterName: string; operator: string; objectTypeId?: string; dateValueType?: '' | 'Date'; condition: string; value: string; key: string; templateType: string; }