Spaces:
Running
Running
| import { AppService } from './app.service'; | |
| export declare class AppController { | |
| private readonly appService; | |
| constructor(appService: AppService); | |
| getHello(): string; | |
| } | |
| import { AppService } from './app.service'; | |
| export declare class AppController { | |
| private readonly appService; | |
| constructor(appService: AppService); | |
| getHello(): string; | |
| } | |