refactor(fetcher): sort custom request init props
This commit is contained in:
parent
b1a4b8017f
commit
2a5284d555
1 changed files with 1 additions and 1 deletions
|
|
@ -44,13 +44,13 @@ interface FlareSolverrResult {
|
|||
}
|
||||
|
||||
export type CustomRequestInit = RequestInit & {
|
||||
timeoutsCountThrow?: number;
|
||||
noCache?: boolean;
|
||||
noFlareSolverr?: boolean;
|
||||
noProxyHeaders?: boolean;
|
||||
queueLimit?: number;
|
||||
queueTimeout?: number;
|
||||
timeout?: number;
|
||||
timeoutsCountThrow?: number;
|
||||
};
|
||||
|
||||
export class Fetcher {
|
||||
|
|
|
|||
Loading…
Reference in a new issue