UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 199 B
export interface TelnyxConfig { publicKey: string; } export declare const TelnyxConfigSerializer: { _fromJsonObject(object: any): TelnyxConfig; _toJsonObject(self: TelnyxConfig): any; };