import { Action } from '@ngrx/store'; export class ActionMock implements Action { type = null; payload: unknown; }