interface Project {
    id: number;
    key: string;
    links: pr.commentEdited.ActorLinks;
    name: string;
    public: boolean;
    type: undefined | "NORMAL" | "PERSONAL";
}

Properties

Properties

id: number
key: string
name: string
public: boolean
type: undefined | "NORMAL" | "PERSONAL"