UNPKG

@dasch-swiss/dsp-js

Version:
13 lines 366 B
import { __decorate } from "tslib"; import { JsonObject } from 'json2typescript'; import { ReadValue } from './read-value'; /** * @category Model V2 */ let ReadLinkValue = class ReadLinkValue extends ReadValue { }; ReadLinkValue = __decorate([ JsonObject('ReadLinkValue') ], ReadLinkValue); export { ReadLinkValue }; //# sourceMappingURL=read-link-value.js.map