mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
Update src/types.ts
Co-authored-by: James Cook <jamesatjaminit@jaminit.co.uk>
This commit is contained in:
parent
6e10b98517
commit
5b25302a5c
1 changed files with 1 additions and 1 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: boolean;
|
can_upload_attachments: boolean | null;
|
||||||
display_event_badges: boolean;
|
display_event_badges: boolean;
|
||||||
display_avatars: boolean;
|
display_avatars: boolean;
|
||||||
display_concern_submission: boolean;
|
display_concern_submission: boolean;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue