tranga-website/Website/modules/interfaces/Jobs/IDownloadSingleChapterJob.ts
2025-03-17 20:20:45 +01:00

5 lines
118 B
TypeScript

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