mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #19391 from roboslone/master
Added promiseTypeSuffixes to redux-promise-middleware config
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@
|
||||
|
||||
import { Middleware } from 'redux';
|
||||
|
||||
export default function promiseMiddleware(config?: { promiseTypeSuffixes: string[] }): Middleware;
|
||||
export default function promiseMiddleware(config?: { promiseTypeSuffixes?: string[], promiseTypeSeparator?: string }): Middleware;
|
||||
|
||||
Reference in New Issue
Block a user