Bitbucket Data Center API Client
    Preparing search index...

    Interface WebhookRefChange

    A single branch/tag change reported by repo:refs_changed.

    interface WebhookRefChange {
        fromHash: string;
        ref: WebhookRef;
        refId: string;
        toHash: string;
        type: "DELETE" | "ADD" | "UPDATE";
    }
    Index

    Properties

    fromHash: string
    refId: string
    toHash: string
    type: "DELETE" | "ADD" | "UPDATE"