export default interface GridFilterItemInterface { field: string; operator: string; value: string; }