mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
types: add is_break boolean for lesson
This commit is contained in:
parent
40d25a2ef3
commit
83b1371c60
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ export interface Lesson {
|
||||||
lesson_name: string;
|
lesson_name: string;
|
||||||
subject_name: string;
|
subject_name: string;
|
||||||
is_alternative_lesson: boolean;
|
is_alternative_lesson: boolean;
|
||||||
|
is_break?: boolean;
|
||||||
period_name: string;
|
period_name: string;
|
||||||
period_number: string;
|
period_number: string;
|
||||||
room_name: string;
|
room_name: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue