Skip to content

Commit

Permalink
refactor: change error type from to in ErrorAction interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelfras committed Sep 5, 2024
1 parent de6736e commit 7eba698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
import { Action } from '@ngrx/store';

export interface ErrorAction extends Action {
error: any;
error: Object;
}

0 comments on commit 7eba698

Please sign in to comment.