Alokai
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

NameRequiredTypeDescription
axiosRequestConfigOptionalReadonly<AxiosRequestConfig>AxiosRequestConfig object You can use it to override Axios request configuration

Referenced Types

  • AxiosRequestConfig

On this page