Home > @dinofe/xt-core > CustomAxiosRequestConfig

# CustomAxiosRequestConfig type

带有自定义配置项的AxiosConfig

Signature:

export type CustomAxiosRequestConfig<D = any> = Omit<AxiosRequestConfig<D> & CustomConfig, 'url' | 'method' | 'data'>;

References: CustomConfig