We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d067b commit 4a6bc84Copy full SHA for 4a6bc84
packages/toolkit/src/query/endpointDefinitions.ts
@@ -56,7 +56,7 @@ export type SchemaFailureHandler = (
56
info: SchemaFailureInfo,
57
) => void
58
59
-type EndpointDefinitionWithQuery<
+export type EndpointDefinitionWithQuery<
60
QueryArg,
61
BaseQuery extends BaseQueryFn,
62
ResultType,
@@ -170,7 +170,7 @@ type EndpointDefinitionWithQuery<
170
rawErrorResponseSchema?: StandardSchemaV1<BaseQueryError<BaseQuery>>
171
}
172
173
-type EndpointDefinitionWithQueryFn<
+export type EndpointDefinitionWithQueryFn<
174
175
176
0 commit comments