Skip to content

Commit c111c17

Browse files
hotlongCopilot
andauthored
更新 view.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 61ad1c0 commit c111c17

File tree

1 file changed

+1
-1
lines changed
  • packages/foundation/types/src

1 file changed

+1
-1
lines changed

packages/foundation/types/src/view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export interface ViewFilter {
6565
/** Field to filter on */
6666
field: string;
6767
/** Comparison operator */
68-
operator: ValidationOperator | '=' | '!=' | '>' | '>=' | '<' | '<=' | 'in' | 'not_in' | 'contains' | 'starts_with' | 'ends_with' | 'is_null' | 'is_not_null';
68+
operator: ValidationOperator | 'is_null' | 'is_not_null';
6969
/** Value to compare against */
7070
value?: any;
7171
/** Multiple values (for 'in' operator) */

0 commit comments

Comments
 (0)