@gsb-core/core
Version:
GSB core services and classes for platform-independent web applications
18 lines • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GsbEnum = exports.GsbEnumVal = void 0;
class GsbEnumVal {
constructor(obj) {
Object.assign(this, obj);
this._entDefName = "GsbEnumVal";
}
}
exports.GsbEnumVal = GsbEnumVal;
class GsbEnum {
constructor(obj) {
Object.assign(this, obj);
this._entDefName = "GsbEnum";
}
}
exports.GsbEnum = GsbEnum;
//# sourceMappingURL=gsb-enum.model.js.map