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
/
constants
/
index.d.ts
5 lines
(4 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
QUEUE_NAMES
: {
NEW_USER_SIGNUP
:
string
; };
export
declare
const
IS_HOST_ADMIN_KEY
=
"isHostAdmin"
;