MyRepo-Ums/node_modules/@schematics/angular/environments/schema.d.ts
2024-01-19 11:09:11 +01:00

10 lines
166 B
TypeScript
Executable File

/**
* Generates and configures environment files for a project.
*/
export interface Schema {
/**
* The name of the project.
*/
project: string;
}