1
0
Fork 0
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:
Veloi 2023-09-23 17:18:45 +01:00 committed by GitHub
parent 51af82ea9a
commit 60da10cb3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ export interface Student {
is_disabled: boolean;
display_two_way_communications: boolean;
display_absences: boolean;
can_upload_attachments: string | null;
can_upload_attachments: boolean;
display_event_badges: boolean;
display_avatars: boolean;
display_concern_submission: boolean;
@ -123,7 +123,7 @@ export interface ActivityPoint {
custom_class: string | null;
};
pupil_name: string;
lesson_name: string;
lesson_name: string | null;
teacher_name: string;
room_name: string | null;
note: string;