Bitbucket Data Center API Client
    Preparing search index...

    Interface PullRequestTaskAnchor

    The comment anchor to which a task is attached.

    interface PullRequestTaskAnchor {
        id: number;
        type: { id: "COMMENT" };
    }
    Index

    Properties

    Properties

    id: number
    type: { id: "COMMENT" }