/** project definition */ export class Info { title?: string; markdownUrl?: string; tabs?: Info[]; }