ConditionalPutConfig
type ConditionalPutConfig<Schema> = PutConfig<Schema> & object;Configuration for the ConditionalPut command.
Type Declaration
Section titled “Type Declaration”condition
Section titled “condition”condition: Condition;returnValuesOnConditionCheckFailure?
Section titled “returnValuesOnConditionCheckFailure?”optional returnValuesOnConditionCheckFailure: ReturnValuesOnConditionCheckFailure;Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject
The Zod schema defining the structure of the entity.