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

    Interface QueryConditionProtected

    Base interface for all query conditions. Each specific condition extends this with its own type constraints.

    interface QueryCondition {
        operator: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    operator: string