Skip to content

Commit

Permalink
Update types after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Sep 22, 2021
1 parent a74e7be commit c6ca556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13241,7 +13241,7 @@ export const _newRequest: (options?: {
baseURL?: string;

/**
* An object containing additional HTTP headers to be sent with every request. All header values must be strings.
* An object containing additional HTTP headers to be sent with every request.
*/
extraHTTPHeaders?: { [key: string]: string; };

Expand All @@ -13255,7 +13255,7 @@ export const _newRequest: (options?: {
};

/**
* Whether to ignore HTTPS errors during navigation. Defaults to `false`.
* Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
*/
ignoreHTTPSErrors?: boolean;

Expand Down

0 comments on commit c6ca556

Please sign in to comment.