UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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