Skip to content

UpdateConfig

type UpdateConfig<Schema> = BaseConfig & object;
key: Partial<EntitySchema<Schema>>;
optional returnItemCollectionMetrics: ReturnItemCollectionMetrics;
optional returnValues: ReturnValue;
update: UpdateValues;

Schema extends ZodObject