UNPKG

@hubspot/api-client

Version:

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

28 lines 784 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmailStatisticInterval = void 0; class EmailStatisticInterval { static getAttributeTypeMap() { return EmailStatisticInterval.attributeTypeMap; } constructor() { } } exports.EmailStatisticInterval = EmailStatisticInterval; EmailStatisticInterval.discriminator = undefined; EmailStatisticInterval.mapping = undefined; EmailStatisticInterval.attributeTypeMap = [ { "name": "interval", "baseName": "interval", "type": "Interval", "format": "" }, { "name": "aggregations", "baseName": "aggregations", "type": "EmailStatisticsData", "format": "" } ]; //# sourceMappingURL=EmailStatisticInterval.js.map