UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

9 lines (8 loc) 206 B
export interface RecoverIn { since: Date; until?: Date | null; } export declare const RecoverInSerializer: { _fromJsonObject(object: any): RecoverIn; _toJsonObject(self: RecoverIn): any; };