Closed
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}
?