Interface for the student object.

interface Student {
    admingroups: string;
    arrivalgroup: string;
    educationform: string;
    email: string;
    evaluation: string;
    first_name: string;
    last_name: string;
    name: string;
    program: string;
    registration: string;
    studentnumber: string;
}

Properties

admingroups: string

The admin groups the student belongs to

arrivalgroup: string

The arrival group of the student

educationform: string

The form of education the student is following

email: string

The email of the student

evaluation: string

The evaluation status of the student

first_name: string

The first name of the student

last_name: string

The last name of the student

name: string

The full name of the student

program: string

The program the student is enrolled in

registration: string

The registration status of the student

studentnumber: string

The student number