UNPKG

qrcode-framework

Version:

46 lines (43 loc) 2.16 kB
// This file is created by egg-ts-helper@1.25.6 // Do not modify this file!!!!!!!!! import 'egg'; import ExportBlackService from '../../../app/service/BlackService'; import ExportCodeService from '../../../app/service/CodeService'; import ExportConfigService from '../../../app/service/ConfigService'; import ExportEKeyService from '../../../app/service/EKeyService'; import ExportExchangeService from '../../../app/service/ExchangeService'; import ExportHtmlModelService from '../../../app/service/HtmlModelService'; import ExportInviteCodeService from '../../../app/service/InviteCodeService'; import ExportMabiService from '../../../app/service/MabiService'; import ExportMaterialService from '../../../app/service/MaterialService'; import ExportModelErrorService from '../../../app/service/ModelErrorService'; import ExportMusicService from '../../../app/service/MusicService'; import ExportNotifyService from '../../../app/service/NotifyService'; import ExportOrderService from '../../../app/service/OrderService'; import ExportPictureService from '../../../app/service/PictureService'; import ExportRecommendService from '../../../app/service/RecommendService'; import ExportTaskService from '../../../app/service/TaskService'; import ExportUserLogService from '../../../app/service/UserLogService'; import ExportUserService from '../../../app/service/UserService'; declare module 'egg' { interface IService { blackService: ExportBlackService; codeService: ExportCodeService; configService: ExportConfigService; eKeyService: ExportEKeyService; exchangeService: ExportExchangeService; htmlModelService: ExportHtmlModelService; inviteCodeService: ExportInviteCodeService; mabiService: ExportMabiService; materialService: ExportMaterialService; modelErrorService: ExportModelErrorService; musicService: ExportMusicService; notifyService: ExportNotifyService; orderService: ExportOrderService; pictureService: ExportPictureService; recommendService: ExportRecommendService; taskService: ExportTaskService; userLogService: ExportUserLogService; userService: ExportUserService; } }