LogicalOperators
Version:
|
Type |
Type |
|
Import path |
|
The logical operators AND, OR, and NOT. Used for filtering search results.
|
Type |
Type |
|
Import path |
|
The logical operators AND, OR, and NOT. Used for filtering search results.
export type LogicalOperators = "and" | "or" | "not";
"and"