UNPKG

@hubspot/api-client

Version:

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

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