Skip to content

Predicate = { key: string; type: PredicateType; value: string | number; } | { predicates: Predicate[]; type: PredicateContainerType; }

Defined in: src/query/predicate.ts:4