mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-16 00:37:54 +02:00
Multiple Base-Paths support
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
export default interface IDownloadAvailableJobsRecord {
|
||||
recurrenceTimeMs: number;
|
||||
localLibraryId: string;
|
||||
}
|
4
Website/modules/interfaces/records/INewLibraryRecord.ts
Normal file
4
Website/modules/interfaces/records/INewLibraryRecord.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export default interface INewLibraryRecord {
|
||||
path: string;
|
||||
name: string;
|
||||
}
|
Reference in New Issue
Block a user