UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 196 B
export interface VeriffConfig { secret: string; } export declare const VeriffConfigSerializer: { _fromJsonObject(object: any): VeriffConfig; _toJsonObject(self: VeriffConfig): any; };