import { TLogService } from '../type'; /** * I 日志服务接口 */ export interface ILogService extends TLogService { }