UNPKG

ei-dev-shared

Version:
15 lines (14 loc) 801 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserProgressActionType = void 0; var UserProgressActionType; (function (UserProgressActionType) { UserProgressActionType["MODULE_START"] = "MODULE_START"; UserProgressActionType["MODULE_COMPLETE"] = "MODULE_COMPLETE"; UserProgressActionType["CHAPTER_START"] = "CHAPTER_START"; UserProgressActionType["CHAPTER_COMPLETE"] = "CHAPTER_COMPLETE"; UserProgressActionType["EXERCISE_START"] = "EXERCISE_START"; UserProgressActionType["EXERCISE_COMPLETE"] = "EXERCISE_COMPLETE"; UserProgressActionType["COURSE_COMPLETE"] = "COURSE_COMPLETE"; UserProgressActionType["COURSE_RESET"] = "COURSE_RESET"; })(UserProgressActionType || (exports.UserProgressActionType = UserProgressActionType = {}));