horse-betting/btc-ui-app-2/node_modules/@schematics/angular/app-shell/schema.d.ts
2025-06-19 16:39:08 +05:30

10 lines
214 B
TypeScript
Executable File

/**
* Configures your project to generate an app-shell during build time.
*/
export type Schema = {
/**
* The name of the project where the app-shell should be generated.
*/
project: string;
};