import { ErrorCause } from './error-cause.enum'; export interface IError { msg: string; cause: ErrorCause; }