UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

34 lines 736 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ForeignId = void 0; class ForeignId { static getAttributeTypeMap() { return ForeignId.attributeTypeMap; } constructor() { } } exports.ForeignId = ForeignId; ForeignId.discriminator = undefined; ForeignId.mapping = undefined; ForeignId.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=ForeignId.js.map