This commit is contained in:
ditiqi 2025-02-23 20:12:25 +08:00
parent cbba92b380
commit 564e275f2e
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ export type LectureMeta = {
type?: string;
videoUrl?: string;
videoThumbnail?: string;
fileIds?: string[];
};
export type Lecture = Post & {