method IMultiTenancyService.getCurrentTenant
IMultiTenancyService.getCurrentTenant(ctx: IRequestContext): ITenant | undefined

Return the tenant resolved for this request context, or undefined.

Parameters

Return Type

ITenant | undefined

Usage

import { type IMultiTenancyService } from "common/src/index.ts";