/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type DetailedGradeSubsection = { /** * Subsection name */ display_name: string; /** * Subsection Id */ id: string; /** * Subsection earned mark */ graded_earned: string; /** * Subsection Possible Mark */ graded_possible: string; /** * Subsection Grade */ graded_percent: string; };