decova-gotcha
Version:
It's my personal trial for automating daunting tasks
12 lines • 433 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StepType = void 0;
var StepType;
(function (StepType) {
StepType["Command"] = "Command";
StepType["Prompt"] = "Prompt";
StepType["Instruction"] = "Instruction";
StepType["Mcq"] = "Mcq";
StepType["Repeater"] = "Repeater";
})(StepType = exports.StepType || (exports.StepType = {}));
//# sourceMappingURL=StepType.js.map