Interface RawCourseSectionSummary

interface RawCourseSectionSummary {
    associatedClass: number;
    classStatus: "a";
    classType: CourseType;
    number: string;
    sectionCode: SectionCode;
    value: string;
}

Properties

associatedClass: number
classStatus: "a"
classType: CourseType
number: string
sectionCode: SectionCode
value: string