export interface Schema { /** Name of the Angular project. */ project: string; }