PreparedGetTransaction
type PreparedGetTransaction<Schema> = object;Represents a TransactGet command bound to a specific entity, ready to be included in a table-level TransactGet command.
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”entity
Section titled “entity”entity: DynamoEntity<Schema>;keys: object[];Key: DynamoKey;TableName
Section titled “TableName”TableName: string;Methods
Section titled “Methods”parseResults()
Section titled “parseResults()”parseResults(items, skipValidation): Promise<( | EntitySchema<Schema> | undefined)[]>;Parameters
Section titled “Parameters”unknown[]
skipValidation
Section titled “skipValidation”boolean
Returns
Section titled “Returns”Promise<(
| EntitySchema<Schema>
| undefined)[]>