UNPKG

@hubspot/api-client

Version:

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

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