@officesdk/web
Version:
Web JS SDK for the Office SDK
10 lines (9 loc) • 376 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentExportType = void 0;
var DocumentExportType;
(function (DocumentExportType) {
DocumentExportType["Docx"] = "docx";
DocumentExportType["Pdf"] = "pdf";
DocumentExportType["Image"] = "image";
})(DocumentExportType || (exports.DocumentExportType = DocumentExportType = {}));