@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
34 lines • 943 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicButtonStyleSettings = void 0;
class PublicButtonStyleSettings {
static getAttributeTypeMap() {
return PublicButtonStyleSettings.attributeTypeMap;
}
constructor() {
}
}
exports.PublicButtonStyleSettings = PublicButtonStyleSettings;
PublicButtonStyleSettings.discriminator = undefined;
PublicButtonStyleSettings.mapping = undefined;
PublicButtonStyleSettings.attributeTypeMap = [
{
"name": "backgroundColor",
"baseName": "backgroundColor",
"type": "any",
"format": ""
},
{
"name": "fontStyle",
"baseName": "fontStyle",
"type": "PublicFontStyle",
"format": ""
},
{
"name": "cornerRadius",
"baseName": "cornerRadius",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=PublicButtonStyleSettings.js.map