Front: Models: Update History
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
interface LessonHistory {
|
interface SongHistory {
|
||||||
songId: number;
|
songID: number;
|
||||||
userId: number;
|
userID: number;
|
||||||
score: number;
|
score: number;
|
||||||
|
difficulties: JSON;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default LessonHistory;
|
export default SongHistory;
|
||||||
Reference in New Issue
Block a user