Skip to content

Commit

Permalink
fix(typings): add action.error field
Browse files Browse the repository at this point in the history
  • Loading branch information
hitmands committed Mar 10, 2019
1 parent 36bd0c9 commit 11aace0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/create-action/createAction.ts
Expand Up @@ -8,6 +8,7 @@ export interface ReduxFluentAction<
M = any,
> extends FSA<P, M> {
type: T;
error: boolean;
}

type Formatter<T, R> = (rawPayload: any, rawMeta: any, T: T) => R;
Expand Down

0 comments on commit 11aace0

Please sign in to comment.