InvocationScopeLike<T>: {
    getCallConfig(): CallConfig<T>;
}

Represents a like object of InvocationScope with a method to get its call configuration.

Type Parameters

  • T = unknown

    Type of the function's arguments.

Type declaration

  • getCallConfig:function
    • Get the call configuration for this invocation scope.

      Returns CallConfig<T>

      {CallConfig} The call configuration.