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

This interface is compatible with RawAxiosRequestConfig.

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

Type declaration

  • Optional headers?: Record<string, any>
  • Optional params?: Record<string, any>