Anchorage API reference
    Preparing search index...

    Type Alias TenantBoundApprovalStore

    TenantBoundApprovalStore: ApprovalStore & {
        "[TENANT_BOUND]": true;
        tenantId: string;
    }

    An ApprovalStore constructed bound to exactly one tenant: every SELECT/UPDATE/DELETE it issues carries tenant_id = <ctor field>. The only store type request-scoped code (ApprovalService, approvalGrantProvider) may touch.