Skip to content

Commit b63a1d0

Browse files
authored
chore(query-async-storage-persister): remove unnecessary export keyword (#9040)
1 parent a9b8391 commit b63a1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-async-storage-persister/src/asyncThrottle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { noop } from './utils'
22

3-
export interface AsyncThrottleOptions {
3+
interface AsyncThrottleOptions {
44
interval?: number
55
onError?: (error: unknown) => void
66
}

0 commit comments

Comments
 (0)