fix: werkende aan 183 fix ([] vervangen door Collection<> in group en assignment)
This commit is contained in:
parent
69659426de
commit
c4729156ba
6 changed files with 38 additions and 24 deletions
|
@ -7,5 +7,5 @@ export interface AssignmentDTO {
|
|||
description: string;
|
||||
learningPath: string;
|
||||
language: string;
|
||||
groups: GroupDTO[] | string[];
|
||||
groups: GroupDTO[] | string[][];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue