UNPKG

@actyx/sdk

Version:
12 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MsgType = void 0; /** Possible subscribe_monotonic message types. * @alpha */ var MsgType; (function (MsgType) { MsgType["state"] = "state"; MsgType["events"] = "events"; MsgType["timetravel"] = "timetravel"; })(MsgType = exports.MsgType || (exports.MsgType = {})); //# sourceMappingURL=subscribe_monotonic.js.map