Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed Mar 14, 2022
1 parent 3a25ee7 commit 605e281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export interface RequestBase {
fetchRetryOptions?: FetchRetryOptions;
headers?: Headers;
host?: Host;
ignoreUnauthorized?: boolean;
mode?: Mode;
method?: Method;
jsonPayload?: Payload;
Expand All @@ -89,7 +90,6 @@ export interface RequestBase {
signal?: Signal;
stringify?: Stringify;
timeout?: ClientTimeout;
ignoreUnauthorized?: boolean;
}

export interface CallApi extends RequestBase {
Expand Down

0 comments on commit 605e281

Please sign in to comment.