knowmax-quest-types
Version:
Contains type definitions for communicating with Knowmax Quest.
6 lines • 316 B
JavaScript
export var DocumentInsightResponseFormat;
(function (DocumentInsightResponseFormat) {
DocumentInsightResponseFormat["Text"] = "Text";
DocumentInsightResponseFormat["Json"] = "Json";
})(DocumentInsightResponseFormat || (DocumentInsightResponseFormat = {}));
//# sourceMappingURL=IDocumentInsightOptions.js.map