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

6 lines
136 B
TypeScript

import IJob from "./IJob";
export default interface IMoveMangaLibraryJob extends IJob {
MangaId: string;
ToLibraryId: string;
}