import { ErrorParameters } from './errorParameters'; export interface ErrorErrorsItem { message?: string; parameters?: ErrorParameters; }