UNPKG

ams-ssk

Version:

NestJS AMS Library for file management

7 lines 225 B
import { AppService } from './app.service'; export declare class AppController { private readonly appService; constructor(appService: AppService); getHello(): string; } //# sourceMappingURL=app.controller.d.ts.map