add
This commit is contained in:
parent
364b1e4f66
commit
10ffd12ebe
|
@ -65,7 +65,7 @@ export type SectionDto = Section & {
|
|||
};
|
||||
export type CourseMeta = {
|
||||
thumbnail?: string;
|
||||
requirements?: string[];
|
||||
|
||||
objectives?: string[];
|
||||
};
|
||||
export type Course = Post & {
|
||||
|
|
Loading…
Reference in New Issue