Skip to main content

github.deletepayload.reftype

Home > @runlightyear/github > DeletePayload > refType

DeletePayload.refType property

The type of Git ref object deleted in the repository.

Can be one of: tag, branch

Signature:
refType: "tag" | "branch";