SAP AI SDK for JavaScript - v2.12.0
    Preparing search index...

    Type Alias CustomRequestConfig

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

    The type for parameters in custom request configuration.

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