[O] Specify type for weighting map

This commit is contained in:
Hykilpikonna
2019-09-30 21:04:47 -04:00
parent d97c80afbb
commit cdf58ea3a0
+1 -1
View File
@@ -44,7 +44,7 @@ export interface Course
grading:
{
method: string,
weightingMap: any
weightingMap: {[index: string]: number}
}
assignments: Grade[]