MethodBaseOptions
Options available for methods which do not use custom queries.
type MethodBaseOptions = {
clientConfig?: AxiosRequestConfig;
customHeaders?: Record<string, string>;
};Referenced Types
AxiosRequestConfig
Options available for methods which do not use custom queries.
type MethodBaseOptions = {
clientConfig?: AxiosRequestConfig;
customHeaders?: Record<string, string>;
};AxiosRequestConfig