github.repositoryeditedpayload
Home > @runlightyear/github > RepositoryEditedPayload
RepositoryEditedPayload interface
Signature:interface RepositoryEditedPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | "edited" | ||
changes | { default_branch: { from: string; }; description: { from: string | null; }; homepage: { from: string | null; }; topics: { from: string[] | null; }; } | ||
repository | Repository |