feat: add prerequisite_lesson_ids field to UpdateLessonBody interface
Add prerequisite_lesson_ids optional field to UpdateLessonBody interface to support lesson prerequisite management during lesson updates.
This commit is contained in:
parent
7749a39be7
commit
52d86400b3
1 changed files with 1 additions and 0 deletions
|
|
@ -616,6 +616,7 @@ export interface UpdateLessonBody {
|
|||
content?: MultiLanguageText;
|
||||
duration_minutes?: number;
|
||||
sort_order?: number;
|
||||
prerequisite_lesson_ids?: number[];
|
||||
is_published?: boolean;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue