### Description At the moment, there is no way to retrieve a response from the ```useQuery```. ### Proposal Make a way to access the Response like: ```ts const {reponse} = useQuery('path'); ``` ### Extra - [x] I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/swr-openapi/CONTRIBUTING.md))