UNPKG

@dasch-swiss/dsp-js

Version:
16 lines 427 B
import { __decorate, __metadata } from "tslib"; import { JsonObject, JsonProperty } from 'json2typescript'; let License = class License { constructor() { this.id = ''; } }; __decorate([ JsonProperty('@id', String), __metadata("design:type", Object) ], License.prototype, "id", void 0); License = __decorate([ JsonObject('License') ], License); export { License }; //# sourceMappingURL=license.js.map