Skip to content

ConditionalPutResult

type ConditionalPutResult<Schema> = BaseResult & object;

Result of the ConditionalPut command.

itemCollectionMetrics: ItemCollectionMetrics | undefined;
returnItem:
| EntitySchema<Schema>
| undefined;

Schema extends ZodObject

The Zod schema defining the structure of the entity.