export interface IError { message: string; statusCode: number; objectResponse?: Object; }