import type { Skill } from './Skill'; export type CourseSkill = { /** * The edX course ID string for the course. */ course_id: string; skills: Array; };