UNPKG
anonymous-student
Version:
beta (1.1.2-1)
latest (1.1.2)
1.1.2
1.1.2-1
Anonymous student is used to retrieve and save information from our website users.
anonymous-student
/
interfaces
/
enumerations
/
interest-type.ts
5 lines
(4 loc)
•
101 B
text/typescript
View Raw
1
2
3
4
5
export
enum
InterestType { COUNTRY =
'interests_countries'
, DISCIPLINE=
'interests_disciplines'
, }