UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

13 lines (12 loc) 350 B
export interface EventTypePatch { archived?: boolean; deprecated?: boolean; description?: string; featureFlag?: string | null; groupName?: string | null; schemas?: any | null; } export declare const EventTypePatchSerializer: { _fromJsonObject(object: any): EventTypePatch; _toJsonObject(self: EventTypePatch): any; };