UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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