github.issuecommenteditedpayload
Home > @runlightyear/github > IssueCommentEditedPayload
IssueCommentEditedPayload interface
Signature:interface IssueCommentEditedPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | "edited" | ||
changes | { body?: { from: string; }; } | ||
comment | IssueComment |