UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

20 lines 608 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AzureBlobStoragePatchConfigSerializer = void 0; exports.AzureBlobStoragePatchConfigSerializer = { _fromJsonObject(object) { return { accessKey: object["accessKey"], account: object["account"], container: object["container"], }; }, _toJsonObject(self) { return { accessKey: self.accessKey, account: self.account, container: self.container, }; }, }; //# sourceMappingURL=azureBlobStoragePatchConfig.js.map