mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
fix(@types/react-query): Correct refetchInterval types on ReactQueryProviderConfig (#40639)
This commit is contained in:
committed by
Andrew Casey
parent
2df10e02e7
commit
ab536d809e
Vendored
+1
-1
@@ -130,7 +130,7 @@ export interface ReactQueryProviderConfig {
|
||||
staleTime?: number;
|
||||
cacheTime?: number;
|
||||
refetchAllOnWindowFocus?: boolean;
|
||||
refetchInterval?: boolean;
|
||||
refetchInterval?: false | number;
|
||||
suspense?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user