UNPKG

timeline-state-resolver-types

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