Skip to content

TableTransactGetConfig

type TableTransactGetConfig<Gets> = BaseConfig & object;

Configuration for the TableTransactGet command.

gets: [...Gets];

Gets extends PreparedGetTransaction<ZodObject>[]

Tuple of PreparedGetTransaction types, one per entity group.