1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-04-30 04:02:28 +02:00
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;
}