We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ad1c0 commit c111c17Copy full SHA for c111c17
packages/foundation/types/src/view.ts
@@ -65,7 +65,7 @@ export interface ViewFilter {
65
/** Field to filter on */
66
field: string;
67
/** Comparison operator */
68
- operator: ValidationOperator | '=' | '!=' | '>' | '>=' | '<' | '<=' | 'in' | 'not_in' | 'contains' | 'starts_with' | 'ends_with' | 'is_null' | 'is_not_null';
+ operator: ValidationOperator | 'is_null' | 'is_not_null';
69
/** Value to compare against */
70
value?: any;
71
/** Multiple values (for 'in' operator) */
0 commit comments