export interface TeacherDTO { id: string; username: string; firstName: string; lastName: string; }