add
This commit is contained in:
parent
35355d88af
commit
610185d735
|
@ -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 & {
|
||||||
|
|
Loading…
Reference in New Issue