interface AssignStudentData {
    groupId: number;
    userId: number;
}

Properties

Properties

groupId: number
userId: number