1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-01 20:52:27 +02:00
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;
}