UNPKG

jspurefix

Version:
11 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MsgPayload = void 0; class MsgPayload { constructor(msgType, obj) { this.msgType = msgType; this.obj = obj; } } exports.MsgPayload = MsgPayload; //# sourceMappingURL=msg-payload.js.map