UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

12 lines (11 loc) 289 B
export interface IntegrationOut { createdAt: Date; featureFlags?: string[]; id: string; name: string; updatedAt: Date; } export declare const IntegrationOutSerializer: { _fromJsonObject(object: any): IntegrationOut; _toJsonObject(self: IntegrationOut): any; };