export interface EducationLevel { code: string; label?: string; }