Interface CourseSectionSummary

interface CourseSectionSummary {
    associatedCourse: number;
    section: string;
    sectionCode: SectionCode;
    sectionName: string;
    status: "a";
    type: CourseType;
}

Properties

associatedCourse: number
section: string
sectionCode: SectionCode
sectionName: string
status: "a"