TableTransactGetResult
type TableTransactGetResult<Gets> = BaseResult & object;Result of the TableTransactGet command.
Type Declaration
Section titled “Type Declaration”items: TableTransactGetItems<Gets>;Type Parameters
Section titled “Type Parameters”Gets extends PreparedGetTransaction<ZodObject>[]
Tuple of PreparedGetTransaction types, one per entity group.