Gradebook Frontend Documentation - v0.0.0
    Preparing search index...
    interface Course {
        description: string;
        teacher: User;
        title: string;
    }
    Index

    Properties

    description: string
    teacher: User
    title: string