interface ErrorEntity { /** * */ errorCode?: string; /** * */ message?: string; } export default ErrorEntity;