Skip to content

Commit 5243c9b

Browse files
committed
update types
1 parent e40c612 commit 5243c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/course.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export interface Course {
1111
credits: number; // e.g. 0.5
1212
description: string;
1313
prereq: Prereq | null;
14-
prereqRaw?: string; // raw string from calendar, populated by scraper
14+
prereqRaw: string | null; // raw string from calendar; null for hand-crafted entries
1515
precludes: string[]; // course codes
1616
}

0 commit comments

Comments
 (0)