UNPKG

@hubspot/api-client

Version:

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

28 lines 599 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Margin = void 0; class Margin { static getAttributeTypeMap() { return Margin.attributeTypeMap; } constructor() { } } exports.Margin = Margin; Margin.discriminator = undefined; Margin.mapping = undefined; Margin.attributeTypeMap = [ { "name": "bottom", "baseName": "bottom", "type": "Size", "format": "" }, { "name": "top", "baseName": "top", "type": "Size", "format": "" } ]; //# sourceMappingURL=Margin.js.map