CustomRequestConfig: Pick<
    HttpRequestConfig,
    | "middleware"
    | "maxContentLength"
    | "proxy"
    | "httpAgent"
    | "httpsAgent"
    | "parameterEncoder",
> & Record<string, any>

The type for parameter in Custom Request Configuration.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.