Files
FrenoCorp/node_modules/svix/dist/models/telnyxConfigOut.js

16 lines
414 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TelnyxConfigOutSerializer = void 0;
exports.TelnyxConfigOutSerializer = {
_fromJsonObject(object) {
return {
publicKey: object["publicKey"],
};
},
_toJsonObject(self) {
return {
publicKey: self.publicKey,
};
},
};
//# sourceMappingURL=telnyxConfigOut.js.map