export interface Project { description?: string; facebookImageUrl?: string; name: string; ownerProfileKey: string; }