mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-11 18:59:05 +00:00
fix: detention lesson and teacher to be nullable
This commit is contained in:
parent
2543f22b5d
commit
eb2bdfd557
1 changed files with 2 additions and 2 deletions
|
|
@ -321,7 +321,7 @@ export interface Detention {
|
|||
id: number;
|
||||
name: string;
|
||||
};
|
||||
};
|
||||
} | null;
|
||||
lesson_pupil_behaviour: {
|
||||
reason: string;
|
||||
};
|
||||
|
|
@ -330,7 +330,7 @@ export interface Detention {
|
|||
first_name: string;
|
||||
last_name: string;
|
||||
title: string;
|
||||
};
|
||||
} | null;
|
||||
detention_type: {
|
||||
name: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue