repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
applications
/
drive
/
src
/
app
/
redux-store
/
thunk.ts
blob
8f229f3dc518839f53e5acd3af11a1262aab0453
1
import type { ProtonThunkArguments } from '@proton/redux-shared-store-types';
2
3
export interface DriveThunkArguments extends ProtonThunkArguments {}
4
5
export const extraThunkArguments = {} as DriveThunkArguments;