export type AvgCourseGradeWithCutoffData = { /** * Dictionary showing grade cutoffs */ grade_cutoffs: Record; /** * Course Average grade */ average_grade: number; };