GetTransactable
type GetTransactable<Schema> = object;Interface-like type for get commands that can be included in a table-level get transaction.
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”readonly keys: Partial<EntitySchema<Schema>>[];