Skip to content

Type alias: ComparisonFilter

Ƭ ComparisonFilter: { field: string ; operator: GREATER_THAN | GREATER_THAN_EQUALS | LESS_THAN | LESS_THAN_EQUALS ; value: number | string } | { field: string ; operator: IN | NOT_IN ; value: ComparisonFilterValue[] } | { field: string ; operator: EQUALS | NOT_EQUALS ; value: ComparisonFilterValue | ComparisonFilterValue[] }

Defines a comparison filter that compares a field with a value. There are different variants based on the operator used.


Last update: May 23, 2025