import type { VideosSpecificCourseData } from './VideosSpecificCourseData'; export type VideosSpecificCourse = { data?: Array; };