UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

9 lines (8 loc) 269 B
export interface GoogleCloudStorageConfig { bucket: string; credentials: string; } export declare const GoogleCloudStorageConfigSerializer: { _fromJsonObject(object: any): GoogleCloudStorageConfig; _toJsonObject(self: GoogleCloudStorageConfig): any; };