import { Field } from '../fields'; export type BasicCondition = { field: Field; operator?: string; value: any; };