export type CoursePoint = { /** * The edX course ID string for the course. */ course_id: string; points: number; };