1
0
Fork 0
cautious-journey/docs/api/cautious-journey.changeset.md

22 lines
581 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [ChangeSet](./cautious-journey.changeset.md)
## ChangeSet interface
A set of labels to add and/or remove.
<b>Signature:</b>
```typescript
export interface ChangeSet
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [adds](./cautious-journey.changeset.adds.md) | Array&lt;LabelRef&gt; | |
| [removes](./cautious-journey.changeset.removes.md) | Array&lt;LabelRef&gt; | |