UNPKG

@hubspot/api-client

Version:

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

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