UNPKG
@studyportals/bestfit-api-fe-client
Version:
beta (3.0.1-0)
latest (3.0.2)
3.0.2
3.0.1-0
3.0.0
3.0.0-0
2.0.0
2.0.0-4
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
github.com/studyportals/BestFit-API
studyportals/BestFit-API
@studyportals/bestfit-api-fe-client
/
src
/
enumerations
/
educational-level.enum.d.ts
7 lines
(6 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
EducationalLevel
{
HIGH_SCHOOL
=
1
,
BACHELOR
=
2
,
MASTER
=
3
,
PHD
=
4
}