UNPKG

@hubspot/api-client

Version:

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

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