[+] Add field id and unread to Assignment type
This commit is contained in:
@@ -14,6 +14,7 @@ import {GPAUtils} from '@/utils/gpa-utils';
|
|||||||
*/
|
*/
|
||||||
export interface Assignment
|
export interface Assignment
|
||||||
{
|
{
|
||||||
|
id: number,
|
||||||
type: string,
|
type: string,
|
||||||
description: string,
|
description: string,
|
||||||
date: string,
|
date: string,
|
||||||
@@ -21,6 +22,8 @@ export interface Assignment
|
|||||||
include: boolean,
|
include: boolean,
|
||||||
display: boolean,
|
display: boolean,
|
||||||
|
|
||||||
|
unread: boolean,
|
||||||
|
|
||||||
scoreMax: number,
|
scoreMax: number,
|
||||||
score: number
|
score: number
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user