import { TFileService } from '../type'; /** * 文件服务 */ export default interface IFileService extends TFileService { }