ENCOA-182, ENCOA-185, ENCOA-177, ENCOA-168, ENCOA-186, ENCOA-176, ENCOA-189, ENCOA-167

This commit is contained in:
Carlos Mesquita
2024-09-06 09:39:38 +01:00
parent b6b5f3a9f1
commit 77ac15c2bb
11 changed files with 577 additions and 212 deletions

View File

@@ -17,6 +17,7 @@ interface ExamBase {
createdBy?: string; // option as it has been added later
createdAt?: string; // option as it has been added later
private?: boolean;
label?: string;
}
export interface ReadingExam extends ExamBase {
module: "reading";