Skip to content

Commit 53cd841

Browse files
committed
Mark the QueryStateSelector type with the @internal JSDoc tag
1 parent 76891cd commit 53cd841

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/toolkit/src/query/react/buildHooks.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ export type TypedUseLazyQuerySubscription<
327327
QueryDefinition<QueryArg, BaseQuery, string, ResultType, string>
328328
>
329329

330+
/**
331+
* @internal
332+
*/
330333
export type QueryStateSelector<
331334
R extends Record<string, any>,
332335
D extends QueryDefinition<any, any, any, any>,

0 commit comments

Comments
 (0)