@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
52 lines • 1.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicFontStyle = void 0;
class PublicFontStyle {
static getAttributeTypeMap() {
return PublicFontStyle.attributeTypeMap;
}
constructor() {
}
}
exports.PublicFontStyle = PublicFontStyle;
PublicFontStyle.discriminator = undefined;
PublicFontStyle.mapping = undefined;
PublicFontStyle.attributeTypeMap = [
{
"name": "size",
"baseName": "size",
"type": "number",
"format": "int32"
},
{
"name": "color",
"baseName": "color",
"type": "string",
"format": ""
},
{
"name": "underline",
"baseName": "underline",
"type": "boolean",
"format": ""
},
{
"name": "bold",
"baseName": "bold",
"type": "boolean",
"format": ""
},
{
"name": "italic",
"baseName": "italic",
"type": "boolean",
"format": ""
},
{
"name": "font",
"baseName": "font",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=PublicFontStyle.js.map