Skip to content

endpointDefinitions not exported from @reduxjs/toolkit/query #3964

Closed

Description

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions