import type { VideosInCourseSummaryData } from './VideosInCourseSummaryData'; export type VideosInCourseSummary = { data?: Array; };