/// export interface Schema { /** Name of the project. */ project: string; /** Whether Angular browser animations should be set up. */ animations: boolean; }