UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

14 lines (13 loc) 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AnalyticsExportType = void 0; /** * @export * @enum {string} */ var AnalyticsExportType; (function (AnalyticsExportType) { AnalyticsExportType["ADS"] = "ADS"; AnalyticsExportType["SESSIONS"] = "SESSIONS"; })(AnalyticsExportType || (exports.AnalyticsExportType = AnalyticsExportType = {})); exports.default = AnalyticsExportType;