| 9 | type ClientPersister = (client: QueryClient) => [() => void, Promise<void>] |
| 10 | |
| 11 | interface CommonOptions { |
| 12 | enableDevtoolsV6Plugin?: boolean |
| 13 | queryClientKey?: string |
| 14 | clientPersister?: ClientPersister |
| 15 | clientPersisterOnSuccess?: (client: QueryClient) => void |
| 16 | } |
| 17 | |
| 18 | interface ConfigOptions extends CommonOptions { |
| 19 | queryClientConfig?: QueryClientConfig |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…