UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

8 lines (7 loc) 211 B
export interface OrumIoConfigOut { publicKey: string; } export declare const OrumIoConfigOutSerializer: { _fromJsonObject(object: any): OrumIoConfigOut; _toJsonObject(self: OrumIoConfigOut): any; };