Skip to content

ConditionCheckConfig

type ConditionCheckConfig<Schema> = object;

Configuration for the ConditionCheck command.

Schema extends ZodObject

The Zod schema defining the structure of the entity.

condition: Condition;

key: Partial<EntitySchema<Schema>>;

optional returnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailure;