export interface CourseScore { name: string; credit: number; grade: string; }