diff --git a/packages/query-async-storage-persister/src/asyncThrottle.ts b/packages/query-async-storage-persister/src/asyncThrottle.ts index d69adfc5f69..f37737c8b5b 100644 --- a/packages/query-async-storage-persister/src/asyncThrottle.ts +++ b/packages/query-async-storage-persister/src/asyncThrottle.ts @@ -1,6 +1,6 @@ import { noop } from './utils' -export interface AsyncThrottleOptions { +interface AsyncThrottleOptions { interval?: number onError?: (error: unknown) => void }