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