import type { BaseBodyCourseLesson } from './BaseBodyCourseLesson'; export declare type BodyUpdateCourseLesson = (BaseBodyCourseLesson & { Meet?: { start?: string; end?: string; name: string; assignedUserId?: number; groupId?: number; roomId?: string; liveId?: string; roomUrl?: string; liveUrl?: string; }; });