[U] Update course model to match the update

This commit is contained in:
Hykilpikonna
2019-09-30 19:25:59 -04:00
parent 8c7d028f5b
commit d97c80afbb
+6
View File
@@ -41,6 +41,12 @@ export interface Course
level: string,
scaleUp: number,
grading:
{
method: string,
weightingMap: any
}
assignments: Grade[]
}