interface Repository {
    forkable: boolean;
    id: number;
    name: string;
    project: repo.modified.Project;
    public: boolean;
    scmId: string;
    slug: string;
    state: string;
    statusMessage: string;
}

Properties

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