interface Repository {
    forkable: boolean;
    hierarchyId: string;
    id: number;
    links: RepositoryLinks;
    name: string;
    project: pr.fromRefUpdated.Project;
    public: boolean;
    scmId: string;
    slug: string;
    state: string;
    statusMessage: string;
}

Properties

forkable: boolean
hierarchyId: string
id: number
name: string
public: boolean
scmId: string
slug: string
state: string
statusMessage: string