Skip to content

TransactGetConfig

type TransactGetConfig<Schema> = BaseConfig & object;

Configuration for the TransactGet command.

keys: Partial<EntitySchema<Schema>>[];

Schema extends ZodObject

The Zod schema defining the structure of the entity.