UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 199 B
export interface OrumIoConfig { publicKey: string; } export declare const OrumIoConfigSerializer: { _fromJsonObject(object: any): OrumIoConfig; _toJsonObject(self: OrumIoConfig): any; };