Gradebook Frontend Documentation - v0.0.0
    Preparing search index...
    interface CoursePageInfo {
        description: string;
        grades?: CourseGrade[];
        id: number;
        students?: CourseStudent[];
        teacher: User;
        title: string;
    }
    Index

    Properties

    description: string
    grades?: CourseGrade[]
    id: number
    students?: CourseStudent[]
    teacher: User
    title: string