UNPKG

svix

Version:

Svix webhooks API client and webhook verification library

7 lines (6 loc) 194 B
export interface HubspotConfigOut { } export declare const HubspotConfigOutSerializer: { _fromJsonObject(_object: any): HubspotConfigOut; _toJsonObject(_self: HubspotConfigOut): any; };