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

Properties

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