UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

14 lines (13 loc) 355 B
export interface EventTypeIn { archived?: boolean; deprecated?: boolean; description: string; featureFlag?: string | null; groupName?: string | null; name: string; schemas?: any | null; } export declare const EventTypeInSerializer: { _fromJsonObject(object: any): EventTypeIn; _toJsonObject(self: EventTypeIn): any; };