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