Updated the code to use the new desired levels

This commit is contained in:
Tiago Ribeiro
2023-06-12 14:05:48 +01:00
parent 6fe8a678ea
commit e864e16064
3 changed files with 39 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ export interface User {
isFirstLogin: boolean;
focus: "academic" | "general";
levels: {[key in Module]: number};
desiredLevels: {[key in Module]: number};
type: Type;
}