blob: 3d787de377bbb4edc42bf09ac215700d095aa958 [file] [log] [blame]
// This file is created by egg-ts-helper@1.25.6
// Do not modify this file!!!!!!!!!
import 'egg';
import ExportConfigDefault from '../../config/config.default';
type ConfigDefault = ReturnType<typeof ExportConfigDefault>;
type NewEggAppConfig = ConfigDefault;
declare module 'egg' {
interface EggAppConfig extends NewEggAppConfig {}
}