import { EducationalLevel } from "../../enumerations/educational-level.enum";
export interface IAdvicePresentationDegree {
    value: EducationalLevel | null;
}
