@botonic/plugin-flow-builder
Version:
Use Flow Builder to show your contents
11 lines • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HtArgumentType = void 0;
var HtArgumentType;
(function (HtArgumentType) {
HtArgumentType["BOOLEAN"] = "boolean";
HtArgumentType["NUMBER"] = "number";
HtArgumentType["STRING"] = "string";
HtArgumentType["JSON"] = "json";
})(HtArgumentType = exports.HtArgumentType || (exports.HtArgumentType = {}));
//# sourceMappingURL=function.js.map