import type { CourseGradingDetailData } from './CourseGradingDetailData'; export type CourseGradingDetail = { data?: Array; };