knowmax-quest-types
Version:
Contains type definitions for communicating with Knowmax Quest.
9 lines • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentInsightResponseFormat = void 0;
var DocumentInsightResponseFormat;
(function (DocumentInsightResponseFormat) {
DocumentInsightResponseFormat["Text"] = "Text";
DocumentInsightResponseFormat["Json"] = "Json";
})(DocumentInsightResponseFormat || (exports.DocumentInsightResponseFormat = DocumentInsightResponseFormat = {}));
//# sourceMappingURL=IDocumentInsightOptions.js.map