import type { PerlearnerGradeSummaryData } from './PerlearnerGradeSummaryData'; export type PerlearnerGradeSummary = { data?: Array; };