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
/
decorators
/
host-admin.d.ts
2 lines
(1 loc)
•
178 B
TypeScript
View Raw
1
2
export
declare
function
HostAdmin
(
): <
TFunction
extends
Function
, Y>
(
target
:
TFunction
|
object
,
propertyKey
?:
string
|
symbol
,
descriptor
?:
TypedPropertyDescriptor
<Y>
) =>
void
;