import { iDispatchResponseError } from "./iDispatchResponseError"; export type iDispatchResponseErrorHandler = (response: iDispatchResponseError) => any;