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