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

    Type Alias TaskLocalInterceptorRecord<TInput, TOutput>

    type TaskLocalInterceptorRecord<TInput = any, TOutput = any> = {
        interceptor: TaskLocalInterceptor<TInput, TOutput>;
        ownerResourceId?: string;
    }

    Type Parameters

    • TInput = any
    • TOutput = any
    Index

    Properties

    ownerResourceId?: string