@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
13 lines • 366 B
JavaScript
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