UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

9 lines (8 loc) 224 B
export interface HttpAttemptTimes { end: Date; start: Date; } export declare const HttpAttemptTimesSerializer: { _fromJsonObject(object: any): HttpAttemptTimes; _toJsonObject(self: HttpAttemptTimes): any; };