indexType aliases
Type Alias: PixiVNJsonComparationOperatorsType
> PixiVNJsonComparationOperatorsType = "==" | "!=" | "<" | "<=" | ">" | ">=" | "CONTAINS"
Defined in: src/schema/PixiVNJsonConditions.ts:16
Supported comparison operators.
"=="equal"!="not equal"<"less than"<="less than or equal">"greater than">="greater than or equal"CONTAINS"checks whether the left string/array contains the right value, if left and right are arrays, checks if all items in right are included in left