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 'fix-typo-drive' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
redux-shared-store
/
listenerInterface.ts
blob
b025fd1cf7fb365233ce91ab86a770aeb511fa1a
1
import type { TypedStartListening } from '@reduxjs/toolkit';
2
3
import type { ProtonDispatch, ProtonThunkArguments } from '@proton/redux-shared-store-types';
4
5
export type SharedStartListening<RequiredState> = TypedStartListening<
6
RequiredState,
7
ProtonDispatch<any>,
8
ProtonThunkArguments
9
>;