UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

18 lines 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EndpointTransformationOutSerializer = void 0; exports.EndpointTransformationOutSerializer = { _fromJsonObject(object) { return { code: object["code"], enabled: object["enabled"], }; }, _toJsonObject(self) { return { code: self.code, enabled: self.enabled, }; }, }; //# sourceMappingURL=endpointTransformationOut.js.map