@patternmeshjs/core
    Preparing search index...

    Interface TransactGetSlot

    One slot for TransactGetItems (single-table framework still passes tableName per slot).

    interface TransactGetSlot {
        consistentRead?: boolean;
        expressionAttributeNames?: Record<string, string>;
        key: Record<string, unknown>;
        projectionExpression?: string;
        tableName: string;
    }
    Index

    Properties

    consistentRead?: boolean
    expressionAttributeNames?: Record<string, string>
    key: Record<string, unknown>
    projectionExpression?: string
    tableName: string