/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };