UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

18 lines 535 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GoogleCloudStoragePatchConfigSerializer = void 0; exports.GoogleCloudStoragePatchConfigSerializer = { _fromJsonObject(object) { return { bucket: object["bucket"], credentials: object["credentials"], }; }, _toJsonObject(self) { return { bucket: self.bucket, credentials: self.credentials, }; }, }; //# sourceMappingURL=googleCloudStoragePatchConfig.js.map