Skip to content

ConditionalDeleteResult

type ConditionalDeleteResult<Schema> = BaseResult & object;

Result of the ConditionalDelete command.

optional deletedItem: Partial<EntitySchema<Schema>>;
optional itemCollectionMetrics: ItemCollectionMetrics;

Schema extends ZodObject

The Zod schema defining the structure of the entity.