Op
No documentation has been provided.
Presentation
type Op =
| "eq"
| "neq"
| "lt"
| "lte"
| "gt"
| "gte"
| "in"
| "notIn"
| "contains"
| "startsWith"
| "endsWith"
| "isNull"
| "isNotNull";No documentation has been provided.
type Op =
| "eq"
| "neq"
| "lt"
| "lte"
| "gt"
| "gte"
| "in"
| "notIn"
| "contains"
| "startsWith"
| "endsWith"
| "isNull"
| "isNotNull";