This commit is contained in:
Gerald Schmittinger 2025-05-14 01:12:42 +02:00
commit 8490a0ab61
31 changed files with 918 additions and 750 deletions

View file

@ -26,6 +26,9 @@ export class Assignment {
@Property({ type: 'string' })
learningPathHruid!: string;
@Property({ type: 'datetime', nullable: true })
deadline?: Date;
@Enum({
items: () => Language,
})