[+] Create a grade interfacce
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
/**
|
||||
* Objects of this interface represent assignment grades.
|
||||
*/
|
||||
interface Grade
|
||||
{
|
||||
type: string,
|
||||
description: string,
|
||||
date: string,
|
||||
complete: string,
|
||||
include: boolean,
|
||||
display: boolean,
|
||||
|
||||
scoreMax: number,
|
||||
score: number
|
||||
}
|
||||
|
||||
export default class JsonUtils
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user