This commit is contained in:
Tibo De Peuter 2025-05-14 14:59:46 +02:00
commit 5893933d4b
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
32 changed files with 1155 additions and 6559 deletions

View file

@ -7,6 +7,7 @@ export interface AssignmentDTO {
description: string;
learningPath: string;
language: string;
deadline: Date;
groups: GroupDTO[] | string[][];
}