tranga-website/Website/modules/interfaces/Jobs/DownloadSingleChapterJob.ts
glax 1eef710efc Adding a removing jobs.
Having a list of running and waiting jobs
2025-03-14 00:41:07 +01:00

5 lines
117 B
TypeScript

import IJob from "./IJob";
export default interface DownloadSingleChapterJob extends IJob {
chapterId: string;
}