UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

7 lines (6 loc) 180 B
export interface SvixConfigOut { } export declare const SvixConfigOutSerializer: { _fromJsonObject(object: any): SvixConfigOut; _toJsonObject(self: SvixConfigOut): any; };