timeline-state-resolver-types
Version:
Have timeline, control stuff
13 lines • 643 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SofieChefActions = exports.MappingSofieChefType = void 0;
var MappingSofieChefType;
(function (MappingSofieChefType) {
MappingSofieChefType["Window"] = "window";
})(MappingSofieChefType = exports.MappingSofieChefType || (exports.MappingSofieChefType = {}));
var SofieChefActions;
(function (SofieChefActions) {
SofieChefActions["RestartAllWindows"] = "restartAllWindows";
SofieChefActions["RestartWindow"] = "restartWindow";
})(SofieChefActions = exports.SofieChefActions || (exports.SofieChefActions = {}));
//# sourceMappingURL=sofieChef.js.map