There was an error while loading. Please reload this page.
1 parent e40c612 commit 5243c9bCopy full SHA for 5243c9b
1 file changed
src/types/course.ts
@@ -11,6 +11,6 @@ export interface Course {
11
credits: number; // e.g. 0.5
12
description: string;
13
prereq: Prereq | null;
14
- prereqRaw?: string; // raw string from calendar, populated by scraper
+ prereqRaw: string | null; // raw string from calendar; null for hand-crafted entries
15
precludes: string[]; // course codes
16
}
0 commit comments