feat: implement audit logging and add certificate template field to courses
This commit is contained in:
@@ -6,6 +6,7 @@ export interface Course {
|
||||
description?: string;
|
||||
instructor_id: string;
|
||||
passing_percentage: number;
|
||||
certificate_template?: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user