BREAKING CHANGE: only support egg >= 4.0.0 the first app on egg v4 https://github.com/eggjs/egg/issues/3644
8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
import { ContextCnpmcore } from "./app/core/typing";
|
|
|
|
declare module "egg" {
|
|
export interface EggContextModule {
|
|
cnpmcoreCore: ContextCnpmcore;
|
|
}
|
|
}
|