Various refactoring

This commit is contained in:
Geomitron
2020-03-03 21:48:41 -05:00
parent 442736205e
commit 4ebf2db650
34 changed files with 503 additions and 329 deletions

View File

@@ -1,7 +1,13 @@
/**
* The image data for a song's album art.
*/
export interface AlbumArtResult {
art: Buffer
}
/**
* Represents a single chart version.
*/
export interface VersionResult {
versionID: number
chartID: number