export interface DisciplineResponse { id: number; name: string; }