Type Alias: LogicalOperatorType
LogicalOperatorType =
"$and"
|"$or"
|"$not"
Defined in: query/interface/query.types.ts:58
List of Logical operators.
LogicalOperatorType =
"$and"
|"$or"
|"$not"
Defined in: query/interface/query.types.ts:58
List of Logical operators.