Skip to content

Commit 7c0d93a

Browse files
committed
Mark the SubscriptionOptions type with an @public JSDoc tag
1 parent 719dac5 commit 7c0d93a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/toolkit/src/query/core/apiState.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ export function getRequestStatusFlags(status: QueryStatus): RequestStatusFlags {
7878
} as any
7979
}
8080

81+
/**
82+
* @public
83+
*/
8184
export type SubscriptionOptions = {
8285
/**
8386
* How frequently to automatically re-fetch data (in milliseconds). Defaults to `0` (off).

0 commit comments

Comments
 (0)