interface Project {
    id: number;
    key: string;
    name: string;
    public: boolean;
    type: string;
}

Properties

Properties

id: number
key: string
name: string
public: boolean
type: string