UNPKG

@schematics/angular

Version:
10 lines (9 loc) 166 B
/** * Generates and configures environment files for a project. */ export interface Schema { /** * The name of the project. */ project: string; }