PutResult
type PutResult<Schema> = BaseResult & object;Result of the Put command.
Type Declaration
Section titled “Type Declaration”itemCollectionMetrics?
Section titled “itemCollectionMetrics?”optional itemCollectionMetrics: ItemCollectionMetrics;returnItem
Section titled “returnItem”returnItem: | Partial<EntitySchema<Schema>> | undefined;Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject
The Zod schema defining the structure of the entity.