fixed the getSong of the API.ts but modifications of the backend must be done

This commit is contained in:
Clément Le Bihan
2023-02-22 14:08:04 +01:00
parent 68f618ad64
commit 473672ac33
3 changed files with 48 additions and 40 deletions
+17
View File
@@ -0,0 +1,17 @@
interface SongDetails {
length: number,
rhythm: number,
arppegio: number,
distance: number,
lefthand: number,
righthand: number,
twohands: number,
notecombo: number,
precision: number,
pedalpoint: number,
chordtiming: number,
leadheadchange: number,
chordcomplexity: number,
}
export default SongDetails;