Skip to content

Conversation

alxndrsn
Copy link
Contributor

@alxndrsn alxndrsn commented Apr 3, 2025

Closes #1400

@prakashsvmx
Copy link
Member

could you please fix the lint errors @alxndrsn ?

@alxndrsn
Copy link
Contributor Author

alxndrsn commented Apr 7, 2025

could you please fix the lint errors @alxndrsn ?

Sure. How would you recommend resolving the type errors? Should errors in parseError() and parseResponseError() be typed as Error, Record<string, string>, Record<string, unknown>, or something else?

@prakashsvmx
Copy link
Member

not sure, i have not found a strongly typed type for this , but we can improve progressively

@alxndrsn
Copy link
Contributor Author

Should I just add anys until lint passes?

@prakashsvmx
Copy link
Member

you could explore casting, composite type etc @alxndrsn

@alxndrsn
Copy link
Contributor Author

you could explore casting, composite type etc @alxndrsn

👍 Do you think errors in parseError() and parseResponseError() be typed as Error, Record<string, string>, Record<string, unknown>, or something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dead code in makeRequestStreamAsync()?
2 participants