shajara API Map
    Preparing search index...

    Type Alias ScopedOutcome<Result>

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

    Scope reference paired with an outcome future exposed by a composed primitive.

    Type Parameters

    • Result