interface AssignStudentRequest {
    userId: number;
}

Properties

Properties

userId: number