diff --git a/src/components/app/app.ts b/src/components/app/app.ts index 8104198..24160aa 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -15,6 +15,7 @@ import {GPAUtils} from '@/utils/gpa-utils'; export interface Assignment { id: number, + scoreId: number, type: string, typeId: number, description: string,