UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

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