Type alias KeyConditions

KeyConditions: Omit<QueryCommandInput["KeyConditions"], "undefined">

Represents conditions used to specify the partition key and sort key (if applicable) for querying items in DynamoDB.

Generated using TypeDoc