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

    Type Alias TaskStoreElementType<Input, Output, D>

    type TaskStoreElementType<
        Input = any,
        Output extends Promise<any> = any,
        D extends DependencyMapType = any,
    > = {
        computedDependencies: DependencyValuesType<D>;
        interceptors?: TaskLocalInterceptorRecord<any, any>[];
        isInitialized: boolean;
        task: ITask<Input, Output, D>;
    }

    Type Parameters

    Index

    Properties

    computedDependencies: DependencyValuesType<D>
    interceptors?: TaskLocalInterceptorRecord<any, any>[]
    isInitialized: boolean
    task: ITask<Input, Output, D>