Skip to content

Commit

Permalink
Merge pull request #42 from krutoo/types-fixes
Browse files Browse the repository at this point in the history
types-fixes
  • Loading branch information
krutoo authored Mar 11, 2024
2 parents 6879cb0 + 760a2d9 commit 21d1897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ dist
.cache
.parcel-cache
.vscode

# npm pack default output
middleware-axios-0.0.0.tgz
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Middleware<R> {
(
requestConfig: AxiosRequestConfig,
next: Next<R>,
instanceDefaults: CreateAxiosDefaults,
instanceDefaults: AxiosInstance['defaults'],
): Promise<void>;
}

Expand Down

0 comments on commit 21d1897

Please sign in to comment.