Type alias IMidwayKoaApplication
 
IMidway
Koa
Application
: IMidwayApplication<IMidwayKoaContext, koa<DefaultState, IMidwayKoaContext> & {     generateController
(controllerMapping
: string, routeArgsInfo
?: RouterParamValue[], routerResponseData
?: any[]): Middleware<DefaultState, IMidwayKoaContext, any>;     generateMiddleware
(middlewareId
: any): Promise<Middleware<DefaultState, IMidwayKoaContext, any>>; }>