fix: errors in vorige commit gefixt
This commit is contained in:
parent
8eb468eef0
commit
7968d49c5e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue