import type { VideosWatchedSubSection } from './VideosWatchedSubSection'; export type VideosInCourseSummaryData = { /** * Chapter name */ display_name: string; /** * Chapter Id */ id: string; subsections?: Array; };