UNPKG

@hubspot/api-client

Version:

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

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