UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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