22 lines
581 B
Markdown
22 lines
581 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [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<LabelRef> | |
|
|
| [removes](./cautious-journey.changeset.removes.md) | Array<LabelRef> | |
|
|
|