aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/recipe.js
blob: 29b0a151f92ea80f5089f95bd06d884f6f0fea01 (plain) (blame)
1
2
3
4
5
6
7
8
9
import PropTypes from 'prop-types';

export default {
  install: {
    recipeId: PropTypes.string.isRequired,
    update: PropTypes.bool,
  },
  update: {},
};