UNPKG

@hubspot/api-client

Version:

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

34 lines 909 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicDividerStyleSettings = void 0; class PublicDividerStyleSettings { static getAttributeTypeMap() { return PublicDividerStyleSettings.attributeTypeMap; } constructor() { } } exports.PublicDividerStyleSettings = PublicDividerStyleSettings; PublicDividerStyleSettings.discriminator = undefined; PublicDividerStyleSettings.mapping = undefined; PublicDividerStyleSettings.attributeTypeMap = [ { "name": "color", "baseName": "color", "type": "any", "format": "" }, { "name": "lineType", "baseName": "lineType", "type": "string", "format": "" }, { "name": "height", "baseName": "height", "type": "number", "format": "int32" } ]; //# sourceMappingURL=PublicDividerStyleSettings.js.map