UNPKG

@hubspot/api-client

Version:

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

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