github.labeleditedpayload
Home > @runlightyear/github > LabelEditedPayload
LabelEditedPayload interface
Signature:interface LabelEditedPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | "edited" | ||
changes | { color?: { from: string; }; description?: { from: string; }; name?: { from: string; }; } | ||
label | Label |