export class ProjectMeta {
/** project image used for profile pic */
/** main project image used for discovery */
public main_capsule?: string;
/** project friendly name */
/** short description of the project. */
public short_description?: string;
/** extended description of the project. */
public description?: string;
/** link to the project website. */
public external_url?: string;
/** type used by clients to handle project */
/** tags used for searching and categorization */
/** videos and graphics of the project */