/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type EdxCourse = { readonly id: number; name: string; run: string; number: string; description?: string; xblock_id: string; readonly course_id: string; task?: number | null; readonly created_at: string; readonly updated_at: string; };