TransactGetConfig
type TransactGetConfig<Schema> = BaseConfig & object;Configuration for the TransactGet command.
Type Declaration
Section titled “Type Declaration”keys: Partial<EntitySchema<Schema>>[];Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject
The Zod schema defining the structure of the entity.