import { EducationLevel } from '../model/EducationLevel'; export interface EducationLevelsClient { getAll(): Promise; }