CLOVER Website - v0.3.1
    Preparing search index...

    Interface UserClassInfo

    UserClassInfo interface represents the structure of user class information. It contains the user class and the student's status in that class.

    interface UserClassInfo {
        studentStatus: StudentStatus;
        userClass: UserClass;
    }
    Index

    Properties

    studentStatus: StudentStatus
    userClass: UserClass