TableTransactGetConfig
type TableTransactGetConfig<Gets> = BaseConfig & object;Configuration for the TableTransactGet command.
Type Declaration
Section titled “Type Declaration”gets: [...Gets];Type Parameters
Section titled “Type Parameters”Gets extends PreparedGetTransaction<ZodObject>[]
Tuple of PreparedGetTransaction types, one per entity group.