output
    Preparing search index...

    Type Alias InferJobResult<F>

    InferJobResult: F extends (...args: never[]) => Promise<infer R> | infer R
        ? ParallelJobResult<Awaited<R>>
        : never

    Type Parameters

    • F