Interface: TenantScope
Defined in: packages/client/src/core/sync/tenants.ts:27
A channel's entitlement, compiled into sync configuration.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
classes | Record<string, ClassFilterOptions> | Class rules per served stack, present only where the stack needs them: an exclude where classes declared for other tenants share an entitled stack, an include where a stack is served only because entitled classes live in it. | packages/client/src/core/sync/tenants.ts:39 |
stacks | string[] | Stacks this entitlement is served at all. A stack not listed is withheld structurally - no replication is started against it, which is a stronger grant than any filter. | packages/client/src/core/sync/tenants.ts:33 |