This commit is contained in:
ditiqi 2025-02-23 21:43:06 +08:00
parent 35355d88af
commit 610185d735
1 changed files with 2 additions and 1 deletions

View File

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