[+] Add scoreId to Assignment model
This commit is contained in:
@@ -15,6 +15,7 @@ import {GPAUtils} from '@/utils/gpa-utils';
|
|||||||
export interface Assignment
|
export interface Assignment
|
||||||
{
|
{
|
||||||
id: number,
|
id: number,
|
||||||
|
scoreId: number,
|
||||||
type: string,
|
type: string,
|
||||||
typeId: number,
|
typeId: number,
|
||||||
description: string,
|
description: string,
|
||||||
|
|||||||
Reference in New Issue
Block a user