The comment anchor to which a task is attached.

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

Properties

Properties

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