Type alias ProxyNetworkingClientPositionalProperties

ProxyNetworkingClientPositionalProperties: {
    configuration: ProxyConfiguration;
} & Pick<NetworkingClientPositionalParameters, "fetchClient" | "timeoutMS" | "interceptors">

Types the needed properties to configure a client that proxies an HTTP request at the API level.

Type declaration

Generated using TypeDoc