UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 212 B
export interface EasypostConfig { secret?: string | null; } export declare const EasypostConfigSerializer: { _fromJsonObject(object: any): EasypostConfig; _toJsonObject(self: EasypostConfig): any; };