UNPKG

@gsb-core/core

Version:

GSB core services and classes for platform-independent web applications

11 lines 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GsbMlContent = void 0; class GsbMlContent { constructor(obj) { Object.assign(this, obj); this._entDefName = "GsbMlContent"; } } exports.GsbMlContent = GsbMlContent; //# sourceMappingURL=gsb-ml-content.model.js.map