Skip to content

TransactGetResult

type TransactGetResult<Schema> = BaseResult & object;

Result of the TransactGet command.

items: (
| EntitySchema<Schema>
| undefined)[];

Schema extends ZodObject

The Zod schema defining the structure of the entity.