1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-02 13:12:28 +02:00
2025-03-17 20:20:45 +01:00

5 lines
113 B
TypeScript

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