diff --git a/packages/common/src/models/post.ts b/packages/common/src/models/post.ts index d66a0d1..d61891a 100755 --- a/packages/common/src/models/post.ts +++ b/packages/common/src/models/post.ts @@ -46,7 +46,8 @@ export type LectureMeta = { type?: string; videoUrl?: string; videoThumbnail?: string; - fileIds?: string[]; + videoIds?: string[]; + videoThumbnailIds?: string[]; }; export type Lecture = Post & {