@bluelibs/runner - v6.3.3
    Preparing search index...

    Type Alias ResolveTaskOutput<T>

    ResolveTaskOutput: Awaited<ExtractTaskOutput<T>>

    Resolve the awaited value returned by a task definition.

    Useful for APIs that accept a task only as a type witness but still want to expose the concrete result shape in their own return type.

    Type Parameters

    • T