mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
Replace Database connection with web server API
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user