[+] Add graded field to AssignmentType

This commit is contained in:
Hykilpikonna
2020-03-14 21:52:51 -04:00
parent 4ba6f4a613
commit 91e52d2fc0
+2
View File
@@ -145,6 +145,8 @@ export interface AssignmentType
score: number
percent: number
assignmentCount: number
graded: boolean
}
export interface Grading