interface Ref {
    displayId: string;
    id: string;
    latestCommit: string;
    repository: pr.commentAdded.Repository;
    type: undefined | "BRANCH" | "TAG";
}

Properties

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