Skip to content

Commit e4791ea

Browse files
committed
Mark UseQueryStateOptions with the @internal JSDoc tag
1 parent 7c0d93a commit e4791ea

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
@@ -357,6 +357,9 @@ export type TypedUseQueryState<
357357
QueryDefinition<QueryArg, BaseQuery, string, ResultType, string>
358358
>
359359

360+
/**
361+
* @internal
362+
*/
360363
export type UseQueryStateOptions<
361364
D extends QueryDefinition<any, any, any, any>,
362365
R extends Record<string, any>,

0 commit comments

Comments
 (0)