1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

types: add teacher_id on lesson

This commit is contained in:
veloii 2024-05-27 22:41:59 +01:00
parent e03e0e2ab5
commit 04b80231c9
No known key found for this signature in database

View file

@ -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;