HttpRequestConfig: HttpRequestConfigBase & {
    headers?: Record<string, any>;
    params?: Record<string, any>;
}

This interface is compatible with AxiosRequestConfig.

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