Skip to content

UpdateResult

type UpdateResult<Schema> = BaseResult & object;

Result of the Update command.

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

Schema extends ZodObject

The Zod schema defining the structure of the entity.