TenantScope
@forge/monorepo / backend/src / TenantScope
Type Alias: TenantScope
TenantScope =
object
Defined in: backend/src/core/context.ts:75
The tenant scope every store method receives explicitly. Governing principle 1:
unsafe APIs such as findById(id) are forbidden.
Properties
tenantId
readonlytenantId:TenantId
Defined in: backend/src/core/context.ts:76