Skip to content

ConditionalUpdateResult

type ConditionalUpdateResult<Schema> = BaseResult & object;

Result of the ConditionalUpdate command.

optional itemCollectionMetrics: ItemCollectionMetrics;
optional updatedItem: EntitySchema<Schema>;

Schema extends ZodObject

The Zod schema defining the structure of the entity.