/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Skill } from './Skill'; export type CourseSkill = { /** * The edX course ID string for the course. */ course_id: string; skills: Array; };