output
    Preparing search index...

    Type Alias ParallelResults<T>

    ParallelResults: { [K in keyof T]: InferJobResult<T[K]> }

    Type Parameters

    • T extends readonly (() => Promise<unknown> | unknown)[]