Alokai

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