@gsb-core/core
Version:
GSB core services and classes for platform-independent web applications
14 lines • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GsbTenant = void 0;
/**
* Represents a GSB Tenant
*/
class GsbTenant {
constructor(obj) {
Object.assign(this, obj);
this._entDefName = "GsbTenant";
}
}
exports.GsbTenant = GsbTenant;
//# sourceMappingURL=gsb-tenant.model.js.map