Interface RawCourseSectionData

interface RawCourseSectionData {
    courseSchedule: RawScheduleData;
    grades?: GradingScheme[];
    info: RawCourseSectionInfo;
    instructor: RawInstructorData[];
    recommendedText?: Textbook[];
    requiredText?: Textbook[];
}

Properties

courseSchedule: RawScheduleData
grades?: GradingScheme[]
instructor: RawInstructorData[]
recommendedText?: Textbook[]
requiredText?: Textbook[]