import PropTypes from 'prop-types'; export default { install: { recipeId: PropTypes.string.isRequired, update: PropTypes.bool, }, update: {}, };