UNPKG

@brewww/authentication-service

Version:
7 lines (6 loc) 184 B
import { AppService } from "./app.service"; export declare class AppController { private readonly appService; constructor(appService: AppService); healthCheck(): string; }