UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

7 lines (6 loc) 192 B
export interface HubspotConfigOut { } export declare const HubspotConfigOutSerializer: { _fromJsonObject(object: any): HubspotConfigOut; _toJsonObject(self: HubspotConfigOut): any; };