Interface CourseSectionNotes

interface CourseSectionNotes {
    departmentalUndergraduateNotes: string;
    general: string;
    grading: string;
    registrar: string;
    requiredReading: string;
    short?: string;
}

Hierarchy (view full)

Properties

departmentalUndergraduateNotes: string
general: string
grading: string
registrar: string
requiredReading: string
short?: string