UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

9 lines (8 loc) 291 B
export interface GoogleCloudStoragePatchConfig { bucket?: string; credentials?: string; } export declare const GoogleCloudStoragePatchConfigSerializer: { _fromJsonObject(object: any): GoogleCloudStoragePatchConfig; _toJsonObject(self: GoogleCloudStoragePatchConfig): any; };