mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +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;
|
id: number;
|
||||||
name: string;
|
name: string;
|
||||||
};
|
};
|
||||||
};
|
} | null;
|
||||||
lesson_pupil_behaviour: {
|
lesson_pupil_behaviour: {
|
||||||
reason: string;
|
reason: string;
|
||||||
};
|
};
|
||||||
|
|
@ -330,7 +330,7 @@ export interface Detention {
|
||||||
first_name: string;
|
first_name: string;
|
||||||
last_name: string;
|
last_name: string;
|
||||||
title: string;
|
title: string;
|
||||||
};
|
} | null;
|
||||||
detention_type: {
|
detention_type: {
|
||||||
name: string;
|
name: string;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue