UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

9 lines (8 loc) 243 B
export interface IntegrationUpdate { featureFlags?: string[]; name: string; } export declare const IntegrationUpdateSerializer: { _fromJsonObject(object: any): IntegrationUpdate; _toJsonObject(self: IntegrationUpdate): any; };