UNPKG

@studyportals/bestfit-api-fe-client

Version:
5 lines (4 loc) 161 B
import { EducationalLevel } from "../../enumerations/educational-level.enum"; export interface IAdvicePresentationDegree { value: EducationalLevel | null; }