Interface CourseBaseNotes

interface CourseBaseNotes {
    general: string;
}

Hierarchy (view full)

Properties

Properties

general: string