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

    Interface QueryConditionNot<C>Protected

    Negation of a single filter condition.

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

    Type Parameters

    Index

    Properties

    Properties

    condition: C
    operator: "not"