import { Field } from '../fields'; export type ColumnCondition = { field: Field; operator: string; column: Field; };