export type CourseGradeDetailBlock = { /** * Block name */ display_name: string; /** * Block Id */ id: string; /** * Total users who have attempted it */ attempts?: string; /** * Average block value */ average: string; };