NET-Web-API-w-Angular/my-app/node_modules/@schematics/angular/app-shell/schema.d.ts

10 lines
195 B
TypeScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
/**
* 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;
}