UNPKG

anonymous-student

Version:

Anonymous student is used to retrieve and save information from our website users.

6 lines (5 loc) 84 B
export enum StudentRepositoryStateType { PENDING = 0, ONLINE = 1, OFFLINE = 2, }