@acdh-oeaw/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
12 lines • 419 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InformationArgs = void 0;
var InformationArgs = /** @class */ (function () {
function InformationArgs(informationType, param) {
this.informationType = informationType;
this.param = param;
}
return InformationArgs;
}());
exports.InformationArgs = InformationArgs;
//# sourceMappingURL=InformationArgs.js.map