UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

12 lines (11 loc) 280 B
export interface SinkHttpConfig { headers?: { [key: string]: string; }; key?: string | null; url: string; } export declare const SinkHttpConfigSerializer: { _fromJsonObject(object: any): SinkHttpConfig; _toJsonObject(self: SinkHttpConfig): any; };