PatchChangeCollectiontstype PatchChangeCollection: object; Describes the changes to apply to a single collection as part of a patch response, optionally including a schema update. Type declaration collectionId tscollectionId: string; itemsPatch tsitemsPatch: ItemsPatch; schema? tsoptional schema: SchemaDefinition;Updated 9 days ago