mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
fix: Student type and ActivityPoint type
This commit is contained in:
parent
51af82ea9a
commit
60da10cb3e
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ export interface Student {
|
||||||
is_disabled: boolean;
|
is_disabled: boolean;
|
||||||
display_two_way_communications: boolean;
|
display_two_way_communications: boolean;
|
||||||
display_absences: boolean;
|
display_absences: boolean;
|
||||||
can_upload_attachments: string | null;
|
can_upload_attachments: boolean;
|
||||||
display_event_badges: boolean;
|
display_event_badges: boolean;
|
||||||
display_avatars: boolean;
|
display_avatars: boolean;
|
||||||
display_concern_submission: boolean;
|
display_concern_submission: boolean;
|
||||||
|
|
@ -123,7 +123,7 @@ export interface ActivityPoint {
|
||||||
custom_class: string | null;
|
custom_class: string | null;
|
||||||
};
|
};
|
||||||
pupil_name: string;
|
pupil_name: string;
|
||||||
lesson_name: string;
|
lesson_name: string | null;
|
||||||
teacher_name: string;
|
teacher_name: string;
|
||||||
room_name: string | null;
|
room_name: string | null;
|
||||||
note: string;
|
note: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue