Bitbucket Data Center API Client
    Preparing search index...

    Interface SyncRef

    A ref tracked by fork synchronization, and its state relative to upstream.

    interface SyncRef {
        displayId: string;
        id: string;
        state?: "AHEAD" | "DIVERGED" | "ORPHANED";
        tag?: boolean;
        type: "BRANCH" | "TAG";
    }
    Index

    Properties

    displayId: string
    id: string
    state?: "AHEAD" | "DIVERGED" | "ORPHANED"
    tag?: boolean
    type: "BRANCH" | "TAG"