ENCOA-253, ENCOA-248, ENCOA-246
This commit is contained in:
@@ -5,7 +5,7 @@ export type Variant = "full" | "partial";
|
||||
export type InstructorGender = "male" | "female" | "varied";
|
||||
export type Difficulty = "easy" | "medium" | "hard";
|
||||
|
||||
interface ExamBase {
|
||||
export interface ExamBase {
|
||||
id: string;
|
||||
module: Module;
|
||||
minTimer: number;
|
||||
|
||||
Reference in New Issue
Block a user