import { Action } from '@ngrx/store'; export interface PayloadAction extends Action { readonly type: string; payload: T; }