Files
cnpmcore/module.d.ts
MK (fengmk2) 89f1250927 refactor: use all in one egg v4 (#855)
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>
2025-10-28 22:17:01 +08:00

8 lines
161 B
TypeScript

import type { ContextCnpmcore } from './app/core/typing';
declare module 'egg' {
export interface EggContextModule {
cnpmcoreCore: ContextCnpmcore;
}
}