Skip to content

Commit

Permalink
Fixed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChampionBuffalo1 committed Oct 3, 2023
1 parent 29ea847 commit 66b6818
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export interface AxiosStatusError extends Error {
response: AxiosResponse<{
errors: {
code: number;
name: string;
message?: string;
}[];
code: number;
message: string;
}>;
}

0 comments on commit 66b6818

Please sign in to comment.