export interface IProject{ projectId: number; name: string; description: string; categories: string[]; categoryList: string[]; roles: string[]; responsibilities: string[]; technologiesUsed: string[]; imagePath: string; }