-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
Type: BugSomething isn't working as documented, or is being fixedSomething isn't working as documented, or is being fixedtypescriptRelevant to TypeScript users onlyRelevant to TypeScript users only
Description
When working with GitHub Apps
webhooks, almost every webhook payload contains installation
object. However current type annotations do not reflect that and only add installation
in installation
-related events.
Can we add installation?: InstallationInfo
to all of the payload types where it can be contained when using GitHub App
?
I am not sure what exactly the InstallationInfo
type looks like in all payloads, but I think at least it has {id: number}
?
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't working as documented, or is being fixedSomething isn't working as documented, or is being fixedtypescriptRelevant to TypeScript users onlyRelevant to TypeScript users only