Skip to content

Commit

Permalink
Fix missing semicolon in typings (#4115)
Browse files Browse the repository at this point in the history
Fixes #4109.

Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
caugner and jasonsaayman committed Oct 6, 2021
1 parent 6c00232 commit 7c9a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -77,7 +77,7 @@ export interface AxiosRequestConfig<D = any> {
proxy?: AxiosProxyConfig | false;
cancelToken?: CancelToken;
decompress?: boolean;
transitional?: TransitionalOptions
transitional?: TransitionalOptions;
signal?: AbortSignal;
}

Expand Down

0 comments on commit 7c9a5c5

Please sign in to comment.