UNPKG

clwoz-models

Version:
9 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var DialogType; (function (DialogType) { DialogType["TEACH"] = "teach"; DialogType["TRAINDIALOG"] = "traindialog"; DialogType["LOGDIALOG"] = "logdialog"; })(DialogType = exports.DialogType || (exports.DialogType = {})); //# sourceMappingURL=Session.js.map