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