UNPKG

@hubspot/api-client

Version:

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

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