import { FileData } from "../Shared/FileData"; export type LessonPreview = { id: string; name?: string; description?: string; previewImage?: Partial; startTime?: Date; };