UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

10 lines (9 loc) 225 B
export interface EventOut { eventType: string; payload: string; timestamp: Date; } export declare const EventOutSerializer: { _fromJsonObject(object: any): EventOut; _toJsonObject(self: EventOut): any; };