@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
12 lines • 455 B
JavaScript
;
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