asddas
This commit is contained in:
parent
a4d56179ca
commit
f25b9843ae
|
@ -67,6 +67,9 @@ export type CourseMeta = {
|
||||||
thumbnail?: string;
|
thumbnail?: string;
|
||||||
|
|
||||||
objectives?: string[];
|
objectives?: string[];
|
||||||
|
views?: number;
|
||||||
|
likes?: number;
|
||||||
|
hates?: number;
|
||||||
};
|
};
|
||||||
export type Course = Post & {
|
export type Course = Post & {
|
||||||
meta?: CourseMeta;
|
meta?: CourseMeta;
|
||||||
|
|
Loading…
Reference in New Issue