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

    Interface TaskBuilderWithPhantom

    interface TaskBuilderWithPhantom {
        phantom: <TInput = undefined, TResolved = any>(
            id: string,
        ) => PhantomTaskFluentBuilder<
            TInput,
            TResolved,
            {},
            ITaskMeta,
            TagType[],
            TaskMiddlewareAttachmentType[],
        >;
        <TInput = undefined>(
            id: string,
        ): TaskFluentBuilder<
            TInput,
            Promise<any>,
            {},
            ITaskMeta,
            TagType[],
            TaskMiddlewareAttachmentType[],
        >;
    }
    Index

    Properties

    Properties

    phantom: <TInput = undefined, TResolved = any>(
        id: string,
    ) => PhantomTaskFluentBuilder<
        TInput,
        TResolved,
        {},
        ITaskMeta,
        TagType[],
        TaskMiddlewareAttachmentType[],
    >

    Type Declaration