fix: lint

This commit is contained in:
Gabriellvl 2025-04-13 20:54:05 +02:00
parent 17dc9649c5
commit a824cdff94
6 changed files with 5 additions and 11 deletions

View file

@ -1,5 +1,4 @@
import { UserDTO } from './user';
import { ClassDTO } from './class';
export interface TeacherInvitationDTO {
sender: string | UserDTO;