No description provided.

AxiosError import issue - Removed the import since the older axios version doesn't export AxiosError type. Created a custom interface instead.

response.data type errors - Added type assertions (as any) for axios response data in the route files since TypeScript treats it as unknown.

Property access on unknown type - Used optional chaining and type assertions to safely access properties on response data.

doychannel changed pull request status to open
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment