BatchGetPreparable
type BatchGetPreparable<Schema> = object;Interface for commands that can be prepared for use in a table-level batch get.
Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject
The Zod schema type associated with the DynamoEntity.
Properties
Section titled “Properties”consistent?
Section titled “consistent?”readonly optional consistent: boolean;readonly keys: Partial<EntitySchema<Schema>>[];