UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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