refactor: remove obsolete AI image and video generation traces from courses and lessons.
This commit is contained in:
@@ -45,9 +45,6 @@ export interface Course {
|
||||
certification_info?: string;
|
||||
};
|
||||
course_image_url?: string;
|
||||
generation_status?: 'idle' | 'queued' | 'processing' | 'completed' | 'error';
|
||||
generation_progress?: number;
|
||||
generation_error?: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
modules?: Module[];
|
||||
|
||||
Reference in New Issue
Block a user