UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 196 B
export interface StripeConfig { secret: string; } export declare const StripeConfigSerializer: { _fromJsonObject(object: any): StripeConfig; _toJsonObject(self: StripeConfig): any; };