abTestCampaignResultStatistics.jsā¢1.19 kB
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AbTestCampaignResultStatistics = void 0;
class AbTestCampaignResultStatistics {
static getAttributeTypeMap() {
return AbTestCampaignResultStatistics.attributeTypeMap;
}
}
exports.AbTestCampaignResultStatistics = AbTestCampaignResultStatistics;
AbTestCampaignResultStatistics.discriminator = undefined;
AbTestCampaignResultStatistics.attributeTypeMap = [
{
"name": "openers",
"baseName": "openers",
"type": "AbTestVersionStats"
},
{
"name": "clicks",
"baseName": "clicks",
"type": "AbTestVersionStats"
},
{
"name": "unsubscribed",
"baseName": "unsubscribed",
"type": "AbTestVersionStats"
},
{
"name": "hardBounces",
"baseName": "hardBounces",
"type": "AbTestVersionStats"
},
{
"name": "softBounces",
"baseName": "softBounces",
"type": "AbTestVersionStats"
},
{
"name": "complaints",
"baseName": "complaints",
"type": "AbTestVersionStats"
}
];
//# sourceMappingURL=abTestCampaignResultStatistics.js.map