fix: errors in vorige commit gefixt

This commit is contained in:
Adriaan Jacquet 2025-04-06 22:21:20 +02:00
parent 8eb468eef0
commit 7968d49c5e

View file

@ -2,7 +2,7 @@ import { GroupDTO } from './group';
export interface AssignmentDTO {
id: number;
class: string; // Id of class 'within'
within: string;
title: string;
description: string;
learningPath: string;