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

    Type Alias IPhantomTask<TInput, TResolved, TDependencies, TMeta, TTags, TMiddleware>

    IPhantomTask: ITask<
        TInput,
        Promise<TResolved>,
        TDependencies,
        TMeta,
        TTags,
        TMiddleware,
    > & { "[symbolPhantomTask]": true }

    Narrowed type for phantom tasks (throws unless routed through a tunnel).

    Type Parameters