This commit is contained in:
13
node_modules/@reduxjs/toolkit/dist/query/defaultSerializeQueryArgs.d.ts
generated
vendored
Normal file
13
node_modules/@reduxjs/toolkit/dist/query/defaultSerializeQueryArgs.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { QueryCacheKey } from './core/apiState';
|
||||
import type { EndpointDefinition } from './endpointDefinitions';
|
||||
export declare const defaultSerializeQueryArgs: SerializeQueryArgs<any>;
|
||||
export declare type SerializeQueryArgs<QueryArgs, ReturnType = string> = (_: {
|
||||
queryArgs: QueryArgs;
|
||||
endpointDefinition: EndpointDefinition<any, any, any, any>;
|
||||
endpointName: string;
|
||||
}) => ReturnType;
|
||||
export declare type InternalSerializeQueryArgs = (_: {
|
||||
queryArgs: any;
|
||||
endpointDefinition: EndpointDefinition<any, any, any, any>;
|
||||
endpointName: string;
|
||||
}) => QueryCacheKey;
|
||||
Reference in New Issue
Block a user