UNPKG

@hubspot/api-client

Version:

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

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