required https://github.com/eggjs/egg/pull/5654 --------- Signed-off-by: MK (fengmk2) <fengmk2@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
import type { ContextCnpmcore } from './app/core/typing';
|
|
|
|
declare module 'egg' {
|
|
export interface EggContextModule {
|
|
cnpmcoreCore: ContextCnpmcore;
|
|
}
|
|
}
|