forked from Cookies_Github_mirror/AquaDX
AquaNet: got typescript to stop yelling at me, it was driving me up a wall
This commit is contained in:
@@ -104,11 +104,13 @@ export interface MusicMeta {
|
||||
composer: string,
|
||||
bpm: number,
|
||||
ver: number,
|
||||
note: {
|
||||
lv: number
|
||||
designer: string
|
||||
lv_id: number
|
||||
notes: number
|
||||
notes: {
|
||||
[key: number]: {
|
||||
lv: number
|
||||
designer: string
|
||||
lv_id: number
|
||||
notes: number
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user