// action
export class LoadHerosGeneral implements Action { readonly type = HerosActionTypes.LOAD_HEROS_GENERAL; constructor(public payload?: IHero[]) {}