Skip to content

Commit

Permalink
Merge pull request #6 from ahsan-a/master
Browse files Browse the repository at this point in the history
add original name type to timetable types
  • Loading branch information
Ahmad-A0 authored Apr 9, 2022
2 parents 91d7c29 + af3d33d commit 6099b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Raw_Edulink_Response_Types/Edulink_Timetable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type Edulink_Timetable_Day = {
id: number;
date: string;
name: string;
original_name: string;
is_current: boolean;
periods: Edulink_Timetable_Period[];
lessons: Edulink_Timetable_Lesson[];
Expand Down

0 comments on commit 6099b76

Please sign in to comment.