Skip to content

BatchGetPreparable

type BatchGetPreparable<Schema> = object;

Interface for commands that can be prepared for use in a table-level batch get.

Schema extends ZodObject

The Zod schema type associated with the DynamoEntity.

readonly optional consistent: boolean;

readonly keys: Partial<EntitySchema<Schema>>[];