GoScrobble/web/node_modules/@reduxjs/toolkit/dist/query/index.d.ts

15 lines
911 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
export { QueryStatus } from './core/apiState';
export type { Api, Module, ApiModules } from './apiTypes';
export type { BaseQueryEnhancer, BaseQueryFn } from './baseQueryTypes';
export type { EndpointDefinitions, EndpointDefinition, QueryDefinition, MutationDefinition, } from './endpointDefinitions';
export { fetchBaseQuery } from './fetchBaseQuery';
export type { FetchBaseQueryError, FetchBaseQueryMeta, FetchArgs, } from './fetchBaseQuery';
export { retry } from './retry';
export { setupListeners } from './core/setupListeners';
export { skipSelector, skipToken, SkipToken } from './core/buildSelectors';
export type { CreateApi, CreateApiOptions } from './createApi';
export { buildCreateApi } from './createApi';
export { fakeBaseQuery } from './fakeBaseQuery';
export { copyWithStructuralSharing } from './utils/copyWithStructuralSharing';
export { createApi, coreModule } from './core';