UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 206 B
export interface HttpPatchConfig { url?: string; } export declare const HttpPatchConfigSerializer: { _fromJsonObject(object: any): HttpPatchConfig; _toJsonObject(self: HttpPatchConfig): any; };