You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
MethodOptions
Definition of the MethodOptions parameter.
export interface MethodOptions {
axiosRequestConfig?: Readonly<AxiosRequestConfig>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
axiosRequestConfig | Optional | Readonly<AxiosRequestConfig> | AxiosRequestConfig object You can use it to override Axios request configuration |
Referenced Types
AxiosRequestConfig