interface Ref {
    displayId: string;
    id: string;
    latestCommit: string;
    repository: pr.reviewerChangesRequested.Repository;
}

Properties

displayId: string
id: string
latestCommit: string