@bluelibs/runner - v5.5.0
    Preparing search index...

    Type Alias TaskLocalInterceptor<TInput, TOutput>

    TaskLocalInterceptor: (
        next: (input: TInput) => TOutput,
        input: TInput,
    ) => TOutput

    Type Parameters

    • TInput
    • TOutput

    Type Declaration