UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 213 B
export interface IntegrationKeyOut { key: string; } export declare const IntegrationKeyOutSerializer: { _fromJsonObject(object: any): IntegrationKeyOut; _toJsonObject(self: IntegrationKeyOut): any; };