import IJob from "./IJob"; export default interface IUpdateFilesDownloadedJob extends IJob { mangaId: string; }