UNPKG

@sourceloop/ctrl-plane-orchestrator-service

Version:
8 lines (7 loc) 234 B
import { Response } from '@loopback/rest'; export declare class HomePageController { private readonly response; private readonly html; constructor(response: Response); homePage(): Response<any, Record<string, any>>; }