[O] Specify type for weighting map
This commit is contained in:
@@ -44,7 +44,7 @@ export interface Course
|
||||
grading:
|
||||
{
|
||||
method: string,
|
||||
weightingMap: any
|
||||
weightingMap: {[index: string]: number}
|
||||
}
|
||||
|
||||
assignments: Grade[]
|
||||
|
||||
Reference in New Issue
Block a user