UNPKG

timeline-state-resolver

Version:
9 lines 353 B
"use strict"; 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