(config?: CreateAxiosDefaults)
| 687 | <T = any, R = AxiosResponse<T>, D = any>(url: string, config?: AxiosRequestConfig<D>): Promise<R>; |
| 688 | |
| 689 | create(config?: CreateAxiosDefaults): AxiosInstance; |
| 690 | defaults: Omit<AxiosDefaults, class="st">'headers'> & { |
| 691 | headers: HeadersDefaults & { |
| 692 | [key: string]: AxiosHeaderValue; |
no outgoing calls