@golemio/pid
Version:
Golemio PID Module
9 lines • 404 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfotextDisplayType = void 0;
var InfotextDisplayType;
(function (InfotextDisplayType) {
InfotextDisplayType["Inline"] = "inline";
InfotextDisplayType["General"] = "general";
})(InfotextDisplayType || (exports.InfotextDisplayType = InfotextDisplayType = {}));
//# sourceMappingURL=InfotextDisplayTypeEnum.js.map