ConceptCreator/app/LoadModel.js
Sebastian Böckelmann 78a264aa26
All checks were successful
E2E Testing / test (push) Successful in 1m28s
Load ScriptAccounts
2024-02-17 08:45:22 +01:00

11 lines
314 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LoadModel = void 0;
class LoadModel {
constructor(jsonString, modelType) {
this.jsonString = jsonString;
this.modelType = modelType;
}
}
exports.LoadModel = LoadModel;
//# sourceMappingURL=LoadModel.js.map