UNPKG
@nestdevx/tenant
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Tenant module for multi-tenant NestJS applications.
github.com/sajanv88/nestdevx
sajanv88/nestdevx
@nestdevx/tenant
/
dist
/
shared
/
src
/
events
/
get-tenant-by-id.js
10 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
GetTenantById
=
void
0
;
class
GetTenantById
{
constructor
(
tenantId
) {
this
.
tenantId
= tenantId; } }
exports
.
GetTenantById
=
GetTenantById
;
//# sourceMappingURL=get-tenant-by-id.js.map