We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ed8c3 commit 60aae66Copy full SHA for 60aae66
packages/action-listener-middleware/src/types.ts
@@ -318,18 +318,6 @@ export type ListenerPredicateGuardedActionType<T> = T extends ListenerPredicate<
318
? Action
319
: never
320
321
-export type SyncActionListener<
322
- A extends AnyAction,
323
- S,
324
- D extends Dispatch<AnyAction>
325
-> = (action: A, api: ActionListenerMiddlewareAPI<S, D>) => void
326
-
327
-export type AsyncActionListener<
328
329
330
331
-> = (action: A, api: ActionListenerMiddlewareAPI<S, D>) => Promise<void>
332
333
/**
334
* Additional infos regarding the error raised.
335
*/
0 commit comments