IMultiTenancyService.getCurrentTenant(ctx: IRequestContext): ITenant | undefined
Return the tenant resolved for this request context, or undefined.
ctx: IRequestContext
ITenant | undefined
IMultiTenancyService.getCurrentTenant(ctx: IRequestContext): ITenant | undefined
Return the tenant resolved for this request context, or undefined.
ctx: IRequestContext
ITenant | undefined
import { type IMultiTenancyService } from "common/src/index.ts";