export interface ClassDTO { id: string; displayName: string; teachers: string[]; students: string[]; }