@karmaniverous/entity-client-dynamodb
    Preparing search index...

    Interface QueryConditionNot<C>

    Negation of a single filter condition.

    interface QueryConditionNot<C extends QueryCondition> {
        condition: C;
        operator: "not";
    }

    Type Parameters

    Index

    Properties

    Properties

    condition: C

    Condition to negate.

    operator: "not"

    Operator discriminator.