interface WorkLogGroupDetails {
    course: WorkLogCourse;
    entries: WorkLogEntry[];
    group: WorkLogCourseGroup;
    students: RowDataPacket[];
}

Properties

entries: WorkLogEntry[]
students: RowDataPacket[]