UNPKG

@dasch-swiss/dsp-js

Version:
18 lines 487 B
import { __decorate, __metadata } from "tslib"; import { JsonObject } from 'json2typescript'; import { WriteValue } from '../write-value'; /** * @category Model V2 */ let CreateValue = class CreateValue extends WriteValue { constructor(type) { super(); this.type = type; } }; CreateValue = __decorate([ JsonObject('CreateValue'), __metadata("design:paramtypes", [String]) ], CreateValue); export { CreateValue }; //# sourceMappingURL=create-value.js.map