Skip to content

Commit

Permalink
Update MIGRATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilabraham authored Sep 7, 2017
1 parent 127ccc9 commit 9e9ac81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export interface ActionWithPayload<T> extends Action {
And if you need an unsafe version to help with transition.

```ts
export interface UnsafeAction implements Action {
export interface UnsafeAction extends Action {
payload?: any;
}
```
Expand Down

0 comments on commit 9e9ac81

Please sign in to comment.