import type { BaseBodyCourseLesson } from './BaseBodyCourseLesson'; export declare type BodyCreateCourseLesson = (BaseBodyCourseLesson & { Medias?: Array<{ id?: number; mediaUrl?: string; type?: string; }>; Meet?: { id?: number; name?: string; assignedUserId?: number; groupId?: number; roomId?: string; liveId?: string; roomUrl?: string; liveUrl?: string; start?: string; end?: string | null; }; });