refactor: remove unused option
Remove unused option commit-id:d8e8797e
This commit is contained in:
parent
8ad23f69b7
commit
4ecbadfa4d
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ import type {
|
|||
import type { AxiosRequestConfig } from 'axios';
|
||||
import type { IAxiosRetryConfig } from 'axios-retry';
|
||||
|
||||
export type HttpModuleOptions = AxiosRequestConfig &
|
||||
IAxiosRetryConfig & { isBetterStackTraceEnabled?: boolean };
|
||||
export type HttpModuleOptions = AxiosRequestConfig & IAxiosRetryConfig;
|
||||
|
||||
export interface HttpModuleOptionsFactory {
|
||||
createHttpOptions(): Promise<HttpModuleOptions> | HttpModuleOptions;
|
||||
|
|
Loading…
Reference in a new issue