add approved field to exam
This commit is contained in:
@@ -29,6 +29,7 @@ export interface ExamBase {
|
||||
access: AccessType;
|
||||
label?: string;
|
||||
requiresApproval?: boolean;
|
||||
approved?: boolean;
|
||||
}
|
||||
export interface ReadingExam extends ExamBase {
|
||||
module: "reading";
|
||||
|
||||
Reference in New Issue
Block a user