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