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
/
student-repository-state-type.ts
6 lines
(5 loc)
•
84 B
text/typescript
View Raw
1
2
3
4
5
6
export
enum
StudentRepositoryStateType
{ PENDING =
0
, ONLINE =
1
, OFFLINE =
2
, }