mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-04-19 23:03:20 +02:00
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import IJob from "./IJob";
|
|
|
|
export default interface IUpdateFilesDownloadedJob extends IJob {
|
|
mangaId: string;
|
|
} |