File size: 181 Bytes
6f1c297
 
 
 
 
 
1
2
3
4
5
6
7
import { AppService } from './app.service';
export declare class AppController {
    private readonly appService;
    constructor(appService: AppService);
    getHello(): string;
}