Documentation / @zerotal/tenancy / Tenant
Type Alias: Tenant
Tenant =
TenantRecord
Defined in: tenancy/src/facades/Tenant.ts:25
The tenant record shape ({ id, slug, name, isActive, … }). Shares the Tenant
name with the facade value above — value and type namespaces coexist — so both
Tenant.current() (value) and : Tenant (type) read naturally from one import.