maestro-cli-roku
Version:
command line tools for maestro-roku projects
12 lines (11 loc) • 541 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var BindingType;
(function (BindingType) {
BindingType[BindingType["invalid"] = 0] = "invalid";
BindingType[BindingType["oneWaySource"] = 1] = "oneWaySource";
BindingType[BindingType["oneWayTarget"] = 2] = "oneWayTarget";
BindingType[BindingType["twoWay"] = 3] = "twoWay";
BindingType[BindingType["static"] = 4] = "static";
BindingType[BindingType["code"] = 5] = "code";
})(BindingType = exports.BindingType || (exports.BindingType = {}));