Skip to content

PutResult

type PutResult<Schema> = BaseResult & object;

Result of the Put command.

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

Schema extends ZodObject

The Zod schema defining the structure of the entity.