@maximai/maxim-js
Version:
Maxim AI JS SDK. Visit https://getmaxim.ai for more info.
9 lines • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VariableType = void 0;
var VariableType;
(function (VariableType) {
VariableType["TEXT"] = "text";
VariableType["JSON"] = "json";
})(VariableType || (exports.VariableType = VariableType = {}));
//# sourceMappingURL=dataset.js.map