@uns-kit/core
Version:
Core utilities and runtime building blocks for UNS-based realtime transformers.
14 lines • 520 B
JavaScript
export var UnsAttributeType;
(function (UnsAttributeType) {
UnsAttributeType["Api"] = "Api";
UnsAttributeType["Data"] = "Data";
UnsAttributeType["Event"] = "Event";
UnsAttributeType["Table"] = "Table";
})(UnsAttributeType || (UnsAttributeType = {}));
export var UnsNodeType;
(function (UnsNodeType) {
UnsNodeType["Attribute"] = "Attribute";
UnsNodeType["DynamicTopic"] = "DynamicTopic";
UnsNodeType["Topic"] = "Topic";
})(UnsNodeType || (UnsNodeType = {}));
//# sourceMappingURL=schema.js.map