All you need is a simple layer to make your typed api calls.
export const ApiService = {
return { getSomeStuff: async () => ..., postSomething: ..., etc, }; }
All you need is a simple layer to make your typed api calls.
export const ApiService = {