UNPKG

@hubspot/api-client

Version:

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

28 lines 664 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TaskLocator = void 0; class TaskLocator { static getAttributeTypeMap() { return TaskLocator.attributeTypeMap; } constructor() { } } exports.TaskLocator = TaskLocator; TaskLocator.discriminator = undefined; TaskLocator.mapping = undefined; TaskLocator.attributeTypeMap = [ { "name": "links", "baseName": "links", "type": "{ [key: string]: string; }", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" } ]; //# sourceMappingURL=TaskLocator.js.map