export type ProgramCoursePosition = { course_id?: string; name?: string; slug?: string; readonly position: number; };