This commit is contained in:
ditiqi 2025-02-24 09:33:13 +08:00
parent a4d56179ca
commit f25b9843ae
1 changed files with 3 additions and 0 deletions

View File

@ -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;