UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

11 lines (10 loc) 261 B
export interface EndpointStats { fail: number; pending: number; sending: number; success: number; } export declare const EndpointStatsSerializer: { _fromJsonObject(object: any): EndpointStats; _toJsonObject(self: EndpointStats): any; };