export interface ProfessorResponse { id: number; name: string; altName?: string; }