add
This commit is contained in:
parent
cbba92b380
commit
564e275f2e
|
@ -46,6 +46,7 @@ export type LectureMeta = {
|
|||
type?: string;
|
||||
videoUrl?: string;
|
||||
videoThumbnail?: string;
|
||||
fileIds?: string[];
|
||||
};
|
||||
|
||||
export type Lecture = Post & {
|
||||
|
|
Loading…
Reference in New Issue