interface Project {
    id: number;
    key: string;
    name: string;
    owner?: repo.forked.Actor;
    public?: boolean;
    type: string;
}

Properties

id: number
key: string
name: string
owner?: repo.forked.Actor
public?: boolean
type: string