BatchWritePreparable
type BatchWritePreparable<Schema> = object;Interface for commands that can be prepared for use in a table-level batch write.
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”deletes?
Section titled “deletes?”readonly optional deletes: Partial<EntitySchema<Schema>>[];items?
Section titled “items?”readonly optional items: EntitySchema<Schema>[];