UNPKG

519 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var TypeMetadata = /** @class */ (function () {
4 function TypeMetadata(target, propertyName, reflectedType, typeFunction, options) {
5 this.target = target;
6 this.propertyName = propertyName;
7 this.reflectedType = reflectedType;
8 this.typeFunction = typeFunction;
9 this.options = options;
10 }
11 return TypeMetadata;
12}());
13exports.TypeMetadata = TypeMetadata;
14
15//# sourceMappingURL=TypeMetadata.js.map