export interface Project {
    [key: string]: any;
    key: string;
    value: any;
}
