UNPKG

911 BTypeScriptView Raw
1export { QueryStatus } from './core/apiState';
2export type { Api, Module, ApiModules } from './apiTypes';
3export type { BaseQueryEnhancer, BaseQueryFn } from './baseQueryTypes';
4export type { EndpointDefinitions, EndpointDefinition, QueryDefinition, MutationDefinition, } from './endpointDefinitions';
5export { fetchBaseQuery } from './fetchBaseQuery';
6export type { FetchBaseQueryError, FetchBaseQueryMeta, FetchArgs, } from './fetchBaseQuery';
7export { retry } from './retry';
8export { setupListeners } from './core/setupListeners';
9export { skipSelector, skipToken, SkipToken } from './core/buildSelectors';
10export type { CreateApi, CreateApiOptions } from './createApi';
11export { buildCreateApi } from './createApi';
12export { fakeBaseQuery } from './fakeBaseQuery';
13export { copyWithStructuralSharing } from './utils/copyWithStructuralSharing';
14export { createApi, coreModule } from './core';