This commit is contained in:
21
node_modules/@reduxjs/toolkit/dist/query/index.d.ts
generated
vendored
Normal file
21
node_modules/@reduxjs/toolkit/dist/query/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
export type { CombinedState, QueryCacheKey, QueryKeys, QuerySubState, RootState, SubscriptionOptions, } from './core/apiState';
|
||||
export { QueryStatus } from './core/apiState';
|
||||
export type { Api, ApiContext, ApiModules, Module } from './apiTypes';
|
||||
export type { BaseQueryApi, BaseQueryEnhancer, BaseQueryFn, } from './baseQueryTypes';
|
||||
export type { EndpointDefinitions, EndpointDefinition, QueryDefinition, MutationDefinition, TagDescription, QueryArgFrom, ResultTypeFrom, DefinitionType, } 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 } from './core/buildSelectors';
|
||||
export type { QueryResultSelectorResult, MutationResultSelectorResult, SkipToken, } from './core/buildSelectors';
|
||||
export type { QueryActionCreatorResult, MutationActionCreatorResult, } from './core/buildInitiate';
|
||||
export type { CreateApi, CreateApiOptions } from './createApi';
|
||||
export { buildCreateApi } from './createApi';
|
||||
export { fakeBaseQuery } from './fakeBaseQuery';
|
||||
export { copyWithStructuralSharing } from './utils/copyWithStructuralSharing';
|
||||
export { createApi, coreModule, coreModuleName } from './core';
|
||||
export type { ApiEndpointMutation, ApiEndpointQuery, CoreModule, PrefetchOptions, } from './core/module';
|
||||
export { defaultSerializeQueryArgs } from './defaultSerializeQueryArgs';
|
||||
export type { SerializeQueryArgs } from './defaultSerializeQueryArgs';
|
||||
export type { Id as TSHelpersId, NoInfer as TSHelpersNoInfer, Override as TSHelpersOverride, } from './tsHelpers';
|
||||
Reference in New Issue
Block a user