fix: werkende aan assignment fix
This commit is contained in:
parent
45ca433e09
commit
69659426de
6 changed files with 44 additions and 21 deletions
|
@ -7,5 +7,5 @@ export interface AssignmentDTO {
|
|||
description: string;
|
||||
learningPath: string;
|
||||
language: string;
|
||||
groups?: GroupDTO[] | string[]; // TODO
|
||||
groups: GroupDTO[] | string[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue