cool-admin-midway/typings/app/index.d.ts

6 lines
160 B
TypeScript
Raw Normal View History

2023-03-08 15:36:37 +08:00
// This file is created by egg-ts-helper
// Do not modify this file!!!!!!!!!
import 'egg';
import '@midwayjs/web';
export * from 'egg';
export as namespace Egg;