UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 188 B
export interface ZoomConfig { secret: string; } export declare const ZoomConfigSerializer: { _fromJsonObject(object: any): ZoomConfig; _toJsonObject(self: ZoomConfig): any; };