add
This commit is contained in:
parent
35355d88af
commit
610185d735
|
@ -46,7 +46,8 @@ export type LectureMeta = {
|
|||
type?: string;
|
||||
videoUrl?: string;
|
||||
videoThumbnail?: string;
|
||||
fileIds?: string[];
|
||||
videoIds?: string[];
|
||||
videoThumbnailIds?: string[];
|
||||
};
|
||||
|
||||
export type Lecture = Post & {
|
||||
|
|
Loading…
Reference in New Issue