feat: deadline veld toegevoegd

This commit is contained in:
Joyelle Ndagijimana 2025-05-11 15:40:41 +02:00
parent a59417b8f5
commit fb144e94a0
4 changed files with 32 additions and 5842 deletions

View file

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