homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge
16 lines (14 loc) • 519 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var TypeMetadata = /** @class */ (function () {
function TypeMetadata(target, propertyName, reflectedType, typeFunction, options) {
this.target = target;
this.propertyName = propertyName;
this.reflectedType = reflectedType;
this.typeFunction = typeFunction;
this.options = options;
}
return TypeMetadata;
}());
exports.TypeMetadata = TypeMetadata;
//# sourceMappingURL=TypeMetadata.js.map