Kind: Function
Source: atloria-monorepo/libs/database/src/lib/tenant-context.ts
The current request's tenant context, or undefined when running outside a request (system).
Signature
tsfunction getTenantContext(): TenantContext | undefined
Returns: TenantContext | undefined
Was this page helpful?