We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ac369 commit 15c0a69Copy full SHA for 15c0a69
src/model/xivapi-search-filter.ts
@@ -1,5 +1,5 @@
1
export interface XivapiSearchFilter {
2
column: string;
3
- operator: '=' | '>' | '<' | '<=' | '>=' | '|=';
4
- value: string | number | string[] | number[];
+ operator: '=' | '>' | '<' | '<=' | '>=' | '|=' | '!';
+ value?: string | number | string[] | number[];
5
}
0 commit comments