import type { DispatchActionError } from './actions/handle-action-error';
export type TDispatchActionError = DispatchActionError;
