import PropTypes from 'prop-types'; export default PropTypes.shape({ http_status: PropTypes.number, base: PropTypes.string, });