UNPKG

@hubspot/api-client

Version:

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

22 lines 561 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BoundedPaging = void 0; class BoundedPaging { static getAttributeTypeMap() { return BoundedPaging.attributeTypeMap; } constructor() { } } exports.BoundedPaging = BoundedPaging; BoundedPaging.discriminator = undefined; BoundedPaging.mapping = undefined; BoundedPaging.attributeTypeMap = [ { "name": "next", "baseName": "next", "type": "BoundedNextPage", "format": "" } ]; //# sourceMappingURL=BoundedPaging.js.map