export interface Project {
    name: string;
    id: string;
}
