refactor(common): Assignments

This commit is contained in:
Tibo De Peuter 2025-03-31 19:03:13 +02:00
parent 4b1c343592
commit 757c89d841
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
7 changed files with 21 additions and 17 deletions

View file

@ -1,6 +1,7 @@
import { Group } from '../entities/assignments/group.entity.js';
import { AssignmentDTO, mapToAssignmentDTO } from './assignment.js';
import { mapToAssignmentDTO } from './assignment.js';
import { mapToStudentDTO, StudentDTO } from './student.js';
import { AssignmentDTO } from 'dwengo-1-common/src/interfaces/assignment';
export interface GroupDTO {
assignment: number | AssignmentDTO;