- Created a Diagnostics component;
- Corrected the history code;
This commit is contained in:
@@ -11,6 +11,7 @@ export interface ReadingExam {
|
||||
exercises: Exercise[];
|
||||
module: "reading";
|
||||
minTimer: number;
|
||||
type: "academic" | "general";
|
||||
}
|
||||
|
||||
export interface ListeningExam {
|
||||
|
||||
@@ -6,6 +6,8 @@ export interface User {
|
||||
profilePicture: string;
|
||||
id: string;
|
||||
experience: number;
|
||||
isFirstLogin: boolean;
|
||||
focus: "academic" | "general";
|
||||
type: Type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user