UNPKG

@hubspot/api-client

Version:

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

22 lines 650 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BatchInputPropertyName = void 0; class BatchInputPropertyName { static getAttributeTypeMap() { return BatchInputPropertyName.attributeTypeMap; } constructor() { } } exports.BatchInputPropertyName = BatchInputPropertyName; BatchInputPropertyName.discriminator = undefined; BatchInputPropertyName.mapping = undefined; BatchInputPropertyName.attributeTypeMap = [ { "name": "inputs", "baseName": "inputs", "type": "Array<PropertyName>", "format": "" } ]; //# sourceMappingURL=BatchInputPropertyName.js.map