[O] Specify data type for directory
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
search: string = "";
|
search: string = "";
|
||||||
courseInfo: CourseInfo[] = []
|
courseInfo: CourseInfo[] = []
|
||||||
directory: any[] = []
|
directory: {gradeLevel: number, classes: string}[] = []
|
||||||
loading = true
|
loading = true
|
||||||
|
|
||||||
courseListHeight: number = 0;
|
courseListHeight: number = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user