UNPKG

@hubspot/api-client

Version:

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

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