export type PerlearnerGradeWithCutOffData = { /** * Dictionary showing grade cutoffs */ grade_cutoffs: Record; /** * Grade */ grade: number; };