UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

10 lines (9 loc) 269 B
export interface EndpointHeadersPatchIn { headers: { [key: string]: string; }; } export declare const EndpointHeadersPatchInSerializer: { _fromJsonObject(object: any): EndpointHeadersPatchIn; _toJsonObject(self: EndpointHeadersPatchIn): any; };