@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
28 lines • 651 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AssociatedId = void 0;
class AssociatedId {
static getAttributeTypeMap() {
return AssociatedId.attributeTypeMap;
}
constructor() {
}
}
exports.AssociatedId = AssociatedId;
AssociatedId.discriminator = undefined;
AssociatedId.mapping = undefined;
AssociatedId.attributeTypeMap = [
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=AssociatedId.js.map