import { Action } from '@ngrx/store'; export interface SharedAction extends Action { type: string; payload?: any; }