UNPKG

@dmgt/google-ad-manager-api

Version:
12 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExportFormat = void 0; var ExportFormat; (function (ExportFormat) { ExportFormat["TSV"] = "TSV"; ExportFormat["TSV_EXCEL"] = "TSV_EXCEL"; ExportFormat["CSV_DUMP"] = "CSV_DUMP"; ExportFormat["XML"] = "XML"; ExportFormat["XLSX"] = "XLSX"; })(ExportFormat || (exports.ExportFormat = ExportFormat = {})); //# sourceMappingURL=ReportDownloadOptions.js.map