UNPKG

@nestdevx/tenant

Version:

Tenant module for multi-tenant NestJS applications.

5 lines (4 loc) 105 B
export declare class GetTenantById { readonly tenantId: string; constructor(tenantId: string); }