I'm updating from 1.5 to 1.7 and have a function that returns an object of type UseMutationResponse. However this type doesn't seem to be exported by the library, i.e. TS2459: Module '"../../../node_modules/react-fetching-library/lib"' declares 'UseMutationResponse' locally, but it is not exported.
Is this an oversight? Since UseQueryResponse actually is exported and usable within a project.