Skip to content

Commit f052bf2

Browse files
authored
fix(docs): Update persistQueryClient.md
1 parent df56456 commit f052bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/plugins/persistQueryClient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Persisted Client entries have the following interface:
248248
export interface PersistedClient {
249249
timestamp: number
250250
buster: string
251-
cacheState: any
251+
clientState: DehydratedState
252252
}
253253
```
254254

0 commit comments

Comments
 (0)