Skip to content

TableTransactGetResult

type TableTransactGetResult<Gets> = BaseResult & object;

Result of the TableTransactGet command.

items: TableTransactGetItems<Gets>;

Gets extends PreparedGetTransaction<ZodObject>[]

Tuple of PreparedGetTransaction types, one per entity group.