[+] Create interface for scale
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
import Course from '@/logic/course';
|
import Course from '@/logic/course';
|
||||||
import {Assignment} from '@/components/app/app';
|
import {Assignment} from '@/components/app/app';
|
||||||
|
|
||||||
|
export interface Scale
|
||||||
|
{
|
||||||
|
min: number
|
||||||
|
letter: string
|
||||||
|
gp: number
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is an utility class to calculate GPA.
|
* This is an utility class to calculate GPA.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user