Bitbucket Data Center API Client
    Preparing search index...

    Interface WebhookRef

    Minimal ref shape used inside repo:refs_changed payloads.

    interface WebhookRef {
        displayId: string;
        id: string;
        type: "BRANCH" | "TAG";
    }
    Index

    Properties

    Properties

    displayId: string
    id: string
    type: "BRANCH" | "TAG"