ConditionCheckConfig
type ConditionCheckConfig<Schema> = object;Configuration for the ConditionCheck command.
Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject
The Zod schema defining the structure of the entity.
Properties
Section titled “Properties”condition
Section titled “condition”condition: Condition;key: Partial<EntitySchema<Schema>>;returnValuesOnConditionCheckFailure?
Section titled “returnValuesOnConditionCheckFailure?”optional returnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailure;