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