1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-19 20:53:02 +02:00
2025-03-16 16:48:38 +01:00

4 lines
115 B
TypeScript

export default interface IDownloadAvailableJobsRecord {
recurrenceTimeMs: number;
localLibraryId: string;
}