init
This commit is contained in:
4
gm-server/typings/app/service/index.d.ts
vendored
4
gm-server/typings/app/service/index.d.ts
vendored
@@ -12,8 +12,8 @@ import ExportGmUser from '../../../app/service/GmUser';
|
||||
import ExportLog from '../../../app/service/Log';
|
||||
import ExportMail from '../../../app/service/Mail';
|
||||
import ExportTest from '../../../app/service/Test';
|
||||
import ExportUtils from '../../../app/service/Utils';
|
||||
import ExportUsers from '../../../app/service/users';
|
||||
import ExportUtils from '../../../app/service/Utils';
|
||||
|
||||
declare module 'egg' {
|
||||
interface IService {
|
||||
@@ -23,7 +23,7 @@ declare module 'egg' {
|
||||
log: AutoInstanceType<typeof ExportLog>;
|
||||
mail: AutoInstanceType<typeof ExportMail>;
|
||||
test: AutoInstanceType<typeof ExportTest>;
|
||||
utils: AutoInstanceType<typeof ExportUtils>;
|
||||
users: AutoInstanceType<typeof ExportUsers>;
|
||||
utils: AutoInstanceType<typeof ExportUtils>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user