[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [ChangeSet](./cautious-journey.changeset.md) ## ChangeSet interface A set of labels to add and/or remove. Signature: ```typescript export interface ChangeSet ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [adds](./cautious-journey.changeset.adds.md) | Array<LabelRef> | | | [removes](./cautious-journey.changeset.removes.md) | Array<LabelRef> | |