mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
types: add teacher_id on lesson
This commit is contained in:
parent
e03e0e2ab5
commit
04b80231c9
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ export interface GetLessonsOptions {
|
|||
}
|
||||
export interface Lesson {
|
||||
teacher_name: string;
|
||||
teacher_id: string;
|
||||
lesson_name: string;
|
||||
subject_name: string;
|
||||
is_alternative_lesson: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue