Exercise #97: React Query Wrapper
React + TypeScript ยท 09-external-libraries
Goal

Goal: Type `useApi` generically using react-query's query key/context types so `ctx.queryKey` and `data` infer correctly.

Run "Check Solution" to validate your code in the browser.