interface Ref {
    displayId: string;
    id: string;
    latestChangeset?: string;
    latestCommit: string;
    repository?: pr.modified.Repository;
    type: string;
}

Properties

displayId: string
id: string
latestChangeset?: string
latestCommit: string
repository?: pr.modified.Repository
type: string