fix: class bestond niet op antwoord uit backend omdat dit niet als variabele gebruikt kan worden, alles veranderd naar cls
This commit is contained in:
parent
ae816a4ccb
commit
ebead11db3
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ export interface ClassesResponse {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ClassResponse {
|
export interface ClassResponse {
|
||||||
class: ClassDTO;
|
cls: ClassDTO;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface TeacherInvitationsResponse {
|
export interface TeacherInvitationsResponse {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue