@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
13 lines • 562 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigurationType = void 0;
var ConfigurationType;
(function (ConfigurationType) {
ConfigurationType["Application"] = "application";
ConfigurationType["Server"] = "server";
ConfigurationType["User"] = "user";
ConfigurationType["Log"] = "log";
ConfigurationType["Cluster"] = "cluster";
ConfigurationType["Provider"] = "provider";
})(ConfigurationType || (exports.ConfigurationType = ConfigurationType = {}));
//# sourceMappingURL=ConfigurationType.js.map