import UploadDataDTO from "../../dtos/UploadDataDTO"; export interface IDownloadService { upload(data: UploadDataDTO, token: string): any; }