mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-04-19 14:53:20 +02:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import IJob from "./IJob";
|
|
|
|
export default interface IMoveMangaLibraryJob extends IJob {
|
|
MangaId: string;
|
|
ToLibraryId: string;
|
|
} |