shajara API
    Preparing search index...

    Type Alias ScopedOutcome<Result>

    ScopedOutcome: readonly [scope: ScopeRef<unknown>, outcome: FutureKey<Result>]

    Scope reference paired with the outcome future owned by a composed primitive.

    Type Parameters

    • Result