UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

9 lines (8 loc) 200 B
export interface EventIn { eventType: string; payload: string; } export declare const EventInSerializer: { _fromJsonObject(object: any): EventIn; _toJsonObject(self: EventIn): any; };