github.pingpayload
Home > @runlightyear/github > PingPayload
PingPayload interface
Documentation: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#ping
Signature:interface PingPayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
hook | { appId: number; } | The webhook configuration. | |
hookId | number | The ID of the webhook that triggered the ping. | |
zen | string | Random string of GitHub zen. |