Bitbucket Data Center API Client
    Preparing search index...

    Interface PreviousPullRequestTarget

    The pull request's target branch prior to a pr:modified event, when it changed.

    interface PreviousPullRequestTarget {
        displayId: string;
        id: string;
        latestCommit: string;
        type: "BRANCH";
    }
    Index

    Properties

    displayId: string
    id: string
    latestCommit: string
    type: "BRANCH"