blob: 527a56a27166b259f5754c6ed95a9a20e30e1dc6 [file] [log] [blame]
// This file is created by egg-ts-helper@1.25.6
// Do not modify this file!!!!!!!!!
import 'egg';
import ExportTest from '../../../app/service/Test';
declare module 'egg' {
interface IService {
test: ExportTest;
}
}