mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
types: detention_type is nullable
This commit is contained in:
parent
10830190c8
commit
40d25a2ef3
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ export interface Detention {
|
||||||
} | null;
|
} | null;
|
||||||
detention_type: {
|
detention_type: {
|
||||||
name: string;
|
name: string;
|
||||||
};
|
} | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type DetentionsData = Detention[];
|
export type DetentionsData = Detention[];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue