UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

8 lines (7 loc) 172 B
declare enum AttemptStates { Finished = "finished", InProgress = "inprogress", Overdue = "overdue", Abandoned = "abandoned" } export default AttemptStates;