UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

11 lines (10 loc) 278 B
export interface EndpointHeadersOut { headers: { [key: string]: string; }; sensitive: string[]; } export declare const EndpointHeadersOutSerializer: { _fromJsonObject(object: any): EndpointHeadersOut; _toJsonObject(self: EndpointHeadersOut): any; };