Skip to main content

github.createpayload.reftype

Home > @runlightyear/github > CreatePayload > refType

CreatePayload.refType property

The type of Git ref object created in the repository.

Can be one of: tag, branch

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