/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { CourseGradeDetailSubSection } from './CourseGradeDetailSubSection'; export type CourseGradingDetailData = { /** * Chapter name */ display_name: string; /** * Chapter Id */ id: string; subsections?: Array; };