import { TNotifyService } from '../type'; /** * I 通知服务接口定义 * @author 钟意 * @blog https://blog.thatcoder.cn/ */ export interface INotifyService extends TNotifyService { }