github.repositorytransferredpayload
Home > @runlightyear/github > RepositoryTransferredPayload
RepositoryTransferredPayload interface
Signature:interface RepositoryTransferredPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
action | "transferred" | ||
changes | { owner: { from: { organization: { avatarUrl: string; description: string | null; eventsUrl: string; hooksUrl: string; htmlUrl?: string; id: number; issuesUrl: string; login: string; membersUrl: string; nodeId: string; publicMembersUrl: string; reposUrl: string; url: string; }; user: User | null; }; name: { from: string; }; }; } | ||
repository | Repository |