Skip to content

ConditionalDeleteConfig

type ConditionalDeleteConfig<Schema> = DeleteConfig<Schema> & object;

Configuration for the ConditionalDelete command.

condition: Condition;
optional returnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailure;

Schema extends ZodObject

The Zod schema defining the structure of the entity.