Skip to content

Commit 2eab364

Browse files
committed
chore: refreshing prop type adding to context
1 parent 0872e3d commit 2eab364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/Providers/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export interface ReloadVersionConfigTypes {
2727
updateServiceWorker: () => Promise<void>
2828
handleControllerChange: () => void
2929
updateToastRef: MutableRefObject<ReturnType<typeof ToastManager.showToast>> | null
30+
isRefreshing: boolean
3031
}
3132
export interface MainContext {
3233
serverMode: SERVER_MODE

0 commit comments

Comments
 (0)