Files
Botexercito/Frontend/angular-internal-chat/node_modules/@schematics/angular/app-shell/schema.d.ts
T
2026-03-22 18:07:19 +00:00

10 lines
195 B
TypeScript

/**
* 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;
}