import type { AvgCourseGradeWithCutoffData } from './AvgCourseGradeWithCutoffData'; export type AvgCourseGradeWithCutoff = { data?: AvgCourseGradeWithCutoffData; };