[+] Add scoreId to Assignment model

This commit is contained in:
Hykilpikonna
2019-10-13 15:26:22 -04:00
parent 70c8375810
commit 74d1c88f82
+1
View File
@@ -15,6 +15,7 @@ import {GPAUtils} from '@/utils/gpa-utils';
export interface Assignment
{
id: number,
scoreId: number,
type: string,
typeId: number,
description: string,