This commit is contained in:
ditiqi 2025-02-23 22:51:37 +08:00
parent 364b1e4f66
commit 10ffd12ebe
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export type SectionDto = Section & {
};
export type CourseMeta = {
thumbnail?: string;
requirements?: string[];
objectives?: string[];
};
export type Course = Post & {