Skip to main content

Interface: TenantScope

Defined in: packages/client/src/core/sync/tenants.ts:27

A channel's entitlement, compiled into sync configuration.

Properties

PropertyTypeDescriptionDefined in
classesRecord<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
stacksstring[]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