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