Skip to content

Commit

Permalink
Merge pull request #11654 from qmonmert/removeAxiosHttpResponse
Browse files Browse the repository at this point in the history
Remove unused type: AxiosHttpResponse
  • Loading branch information
pascalgrimaud authored Dec 29, 2024
2 parents 9151c52 + 842d039 commit 227658f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';

export type AxiosHttpResponse<T> = AxiosResponse<T>;

export class AxiosHttp {
constructor(private readonly axiosInstance: AxiosInstance) {}

Expand Down

0 comments on commit 227658f

Please sign in to comment.