@actyx/sdk
Version:
Actyx SDK
12 lines • 411 B
JavaScript
;
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