UNPKG

@dasch-swiss/dsp-js

Version:
19 lines 504 B
import { __decorate, __metadata } from "tslib"; import { JsonObject, JsonProperty } from 'json2typescript'; /** * @category Internal */ let BaseResource = class BaseResource { constructor() { this.type = ''; } }; __decorate([ JsonProperty('@type', String), __metadata("design:type", Object) ], BaseResource.prototype, "type", void 0); BaseResource = __decorate([ JsonObject('BaseResource') ], BaseResource); export { BaseResource }; //# sourceMappingURL=base-resource.js.map