Beignet API reference
    Preparing search index...

    Type Alias TenantScope

    TenantScope: Readonly<
        { "[tenantScopeBrand]": true; id: string; tenant: ActivityTenant },
    >

    Branded tenant scope token for repository boundaries.

    Apps still own tenant resolution and tenant data modeling. TenantScope carries the already-resolved activity tenant through app-facing repository ports so adapters can apply tenant predicates without accepting arbitrary caller-provided tenant IDs.