UNPKG

@hubspot/api-client

Version:

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

28 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectionResponsePublicImportResponseForwardPaging = void 0; class CollectionResponsePublicImportResponseForwardPaging { static getAttributeTypeMap() { return CollectionResponsePublicImportResponseForwardPaging.attributeTypeMap; } constructor() { } } exports.CollectionResponsePublicImportResponseForwardPaging = CollectionResponsePublicImportResponseForwardPaging; CollectionResponsePublicImportResponseForwardPaging.discriminator = undefined; CollectionResponsePublicImportResponseForwardPaging.mapping = undefined; CollectionResponsePublicImportResponseForwardPaging.attributeTypeMap = [ { "name": "paging", "baseName": "paging", "type": "ForwardPaging", "format": "" }, { "name": "results", "baseName": "results", "type": "Array<PublicImportResponse>", "format": "" } ]; //# sourceMappingURL=CollectionResponsePublicImportResponseForwardPaging.js.map