12 lines
318 B
JavaScript
12 lines
318 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.SegmentConfigOutSerializer = void 0;
|
|
exports.SegmentConfigOutSerializer = {
|
|
_fromJsonObject(_object) {
|
|
return {};
|
|
},
|
|
_toJsonObject(_self) {
|
|
return {};
|
|
},
|
|
};
|
|
//# sourceMappingURL=segmentConfigOut.js.map
|