UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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