Closed
Description
openedon Dec 8, 2023
Hello I am using some types from endpointDefinitions
to define transformedResponse
return type in my endpoint enhancing, the problem is that after updating @reduxjs/toolkit
to version 2.0.1 I am not able to import them from @reduxjs/toolkit/query
, and this url is deepest I am allowed to go down the tree.
"@reduxjs/toolkit": "^2.0.1",
import {
DefinitionsFromApi,
OverrideResultType,
TagTypesFromApi
} from '@reduxjs/toolkit/query';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment