@karmaniverous/entity-client-dynamodb
GitHub
Preparing search index...
index
QueryConditionNot
Interface QueryConditionNot<C>
Protected
Negation of a single filter condition.
interface
QueryConditionNot
<
C
extends
QueryCondition
>
{
condition
:
C
;
operator
:
"not"
;
}
Type Parameters
C
extends
QueryCondition
Index
Properties
condition
operator
Properties
condition
condition
:
C
operator
operator
:
"not"
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
On This Page
Properties
condition
operator
GitHub
@karmaniverous/entity-client-dynamodb
Loading...
Negation of a single filter condition.