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

10 lines
195 B
TypeScript
Executable File

/**
* Generates an application shell for running a server-side version of an app.
*/
export interface Schema {
/**
* The name of the related client app.
*/
project: string;
}