chore: fix type error

This commit is contained in:
Satyajit Sahoo
2020-01-01 13:32:50 +01:00
parent 2ef2f1a86f
commit 499f66dba4

View File

@@ -83,10 +83,6 @@ export type NavigationAction = {
* Key of the navigator which should handle this action.
*/
target?: string;
/**
* Additional data for the action.
*/
payload?: object;
};
export type ActionCreators<Action extends NavigationAction> = {