UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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