Skip to content

BatchWritePreparable

type BatchWritePreparable<Schema> = object;

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

Schema extends ZodObject

The Zod schema type associated with the DynamoEntity.

readonly optional deletes: Partial<EntitySchema<Schema>>[];

readonly optional items: EntitySchema<Schema>[];