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