MCPcopy
hub / github.com/eggjs/examples / IController

Interface IController

hackernews-async-ts-di/app/controller/index.d.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import NewsController from './news';
2declare module 'egg' {
3 export interface IController {
4 news: NewsController;
5 }
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected