export interface FilterModel { name: string; title: string | null; value: string | string[] | null; text: string | null; valueName?: string | string[] | null; enabled?: boolean; isTooltipForm?: boolean; dateFormat?: string; }