github.deletepayload
Home > @runlightyear/github > DeletePayload
DeletePayload interface
Documentation: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#delete
Signature:interface DeletePayload extends CommonPayload
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
pusherType | string | The pusher type for the event. Can be either user or a deploy key. | |
ref | string | The git ref resource. | |
refType | "tag" | "branch" | The type of Git ref object deleted in the repository. Can be one of: tag, branch |