svix
Version:
Svix webhooks API client and webhook verification library
16 lines • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpPatchConfigSerializer = void 0;
exports.HttpPatchConfigSerializer = {
_fromJsonObject(object) {
return {
url: object["url"],
};
},
_toJsonObject(self) {
return {
url: self.url,
};
},
};
//# sourceMappingURL=httpPatchConfig.js.map