Reactjs – Axios & TypeScript – no error when typed POST returns different property names
Type checking does not seem to be happening the way I expected it would in my front-end code. I'm using Axios in a React app to fetch data from my backend API. I had a situation where JSON serialization was…