export interface ICustomHeaderFilterParams { fieldId: string; showFilter: boolean; value: any; }