timeline-state-resolver
Version:
Have timeline, control stuff
9 lines • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommandContext = void 0;
var CommandContext;
(function (CommandContext) {
CommandContext["None"] = "none";
CommandContext["Retry"] = "retry";
})(CommandContext = exports.CommandContext || (exports.CommandContext = {}));
//# sourceMappingURL=vMixCommands.js.map