1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-04-28 19:22:27 +02:00
2025-03-17 20:20:45 +01:00

5 lines
109 B
TypeScript

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