Version dropdown and Album Art

This commit is contained in:
Geomitron
2020-02-08 09:54:26 -05:00
parent 749a132b4a
commit 89948b118b
9 changed files with 134 additions and 16 deletions

View File

@@ -1,3 +1,7 @@
export interface AlbumArtResult {
art: Buffer
}
export interface VersionResult {
versionID: number
chartID: number