镇念塔:排行榜
This commit is contained in:
4
web-server/typings/app/service/index.d.ts
vendored
4
web-server/typings/app/service/index.d.ts
vendored
@@ -10,8 +10,8 @@ import ExportAuth from '../../../app/service/Auth';
|
||||
import ExportGame from '../../../app/service/Game';
|
||||
import ExportTest from '../../../app/service/Test';
|
||||
import ExportTurboCore from '../../../app/service/TurboCore';
|
||||
import ExportUtils from '../../../app/service/Utils';
|
||||
import ExportUpdate from '../../../app/service/Update';
|
||||
import ExportUtils from '../../../app/service/Utils';
|
||||
|
||||
declare module 'egg' {
|
||||
interface IService {
|
||||
@@ -19,7 +19,7 @@ declare module 'egg' {
|
||||
game: AutoInstanceType<typeof ExportGame>;
|
||||
test: AutoInstanceType<typeof ExportTest>;
|
||||
turboCore: AutoInstanceType<typeof ExportTurboCore>;
|
||||
utils: AutoInstanceType<typeof ExportUtils>;
|
||||
update: AutoInstanceType<typeof ExportUpdate>;
|
||||
utils: AutoInstanceType<typeof ExportUtils>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user