UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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