import ServiceBase from "./ServiceBase"; /** * 系统异常日志服务 */ export default class SystemExceptionLogService extends ServiceBase { getList(): Promise; exportSystemExceptionLog(): Promise; }