UNPKG

@hubspot/api-client

Version:

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

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