Describe the bug
Current typings of useQuery (also prefetchQuery and fetchQuery) support string-only query keys.
It seems not possible to pass a custom type (for array keys).
To Reproduce
https://codesandbox.io/s/objective-nobel-8incc?file=/src/App.tsx
Expected behavior
It should be possible to pass a generic type for query keys.
Desktop