Bitbucket Data Center API Client
    Preparing search index...

    Interface RefChangeActivityRef

    A ref affected by a ref change activity.

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

    Properties

    Properties

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