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