Files
FrenoCorp/node_modules/svix/dist/models/hubspotConfigOut.d.ts

7 lines
194 B
TypeScript

export interface HubspotConfigOut {
}
export declare const HubspotConfigOutSerializer: {
_fromJsonObject(_object: any): HubspotConfigOut;
_toJsonObject(_self: HubspotConfigOut): any;
};