export interface IError { message: string; code: string; status: number; timeStamp?: string; }