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