jspurefix
Version:
pure node js fix engine
11 lines • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpTransaction = void 0;
class HttpTransaction {
constructor(msgType, options) {
this.msgType = msgType;
this.options = options;
}
}
exports.HttpTransaction = HttpTransaction;
//# sourceMappingURL=http-transaction.js.map