Skip to content

Commit 4a6bc84

Browse files
committed
try exporting type for docs
1 parent f2d067b commit 4a6bc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/toolkit/src/query/endpointDefinitions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export type SchemaFailureHandler = (
5656
info: SchemaFailureInfo,
5757
) => void
5858

59-
type EndpointDefinitionWithQuery<
59+
export type EndpointDefinitionWithQuery<
6060
QueryArg,
6161
BaseQuery extends BaseQueryFn,
6262
ResultType,
@@ -170,7 +170,7 @@ type EndpointDefinitionWithQuery<
170170
rawErrorResponseSchema?: StandardSchemaV1<BaseQueryError<BaseQuery>>
171171
}
172172

173-
type EndpointDefinitionWithQueryFn<
173+
export type EndpointDefinitionWithQueryFn<
174174
QueryArg,
175175
BaseQuery extends BaseQueryFn,
176176
ResultType,

0 commit comments

Comments
 (0)