Skip to content

GetTransactable

type GetTransactable<Schema> = object;

Interface-like type for get commands that can be included in a table-level get transaction.

Schema extends ZodObject

The Zod schema type associated with the DynamoEntity.

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