21 add reminder booleans, map uuid to module

This commit is contained in:
survellow
2023-11-01 19:14:48 +01:00
parent 4e23903b31
commit 8c563e5366
8 changed files with 160 additions and 38 deletions

View File

@@ -8,6 +8,7 @@ export class Module {
public userDefinedName: string,
public prof: string,
public semester: string,
public reminder: boolean,
public events: Event[] = [],
) {}