import type { PerlearnerGradeWithCutOffData } from './PerlearnerGradeWithCutOffData'; export type PerlearnerGradeWithCutOff = { data?: PerlearnerGradeWithCutOffData; };