Replace Database connection with web server API

This commit is contained in:
Geomitron
2020-05-03 16:36:08 -04:00
parent 0b4e50174d
commit a3271bf164
20 changed files with 190 additions and 293 deletions

View File

@@ -1,3 +1,5 @@
import { DriveChart } from './songDetails.interface'
/**
* Represents a user's request to interact with the download system.
*/
@@ -14,7 +16,7 @@ export interface NewDownload {
avTagName: string
artist: string
charter: string
links: { [type: string]: string }
driveData: DriveChart
}
/**