Files
Botexercito/Frontend/angular-internal-chat/node_modules/@schematics/angular/environments/schema.d.ts
T

10 lines
166 B
TypeScript
Raw Normal View History

2026-03-22 18:07:19 +00:00
/**
* Generates and configures environment files for a project.
*/
export interface Schema {
/**
* The name of the project.
*/
project: string;
}