Skip to content

ConditionalPutConfig

type ConditionalPutConfig<Schema> = PutConfig<Schema> & object;

Configuration for the ConditionalPut command.

condition: Condition;
optional returnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailure;

Schema extends ZodObject

The Zod schema defining the structure of the entity.