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