export default interface IResponseError { HasError: boolean; ErrorCode: string; Error: string; }