export interface Filter { columnName: string; value?: any; matchMode: string; }