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; };