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