UNPKG

@hubspot/api-client

Version:

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

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