aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/recipe.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/recipe.ts')
-rw-r--r--src/actions/recipe.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/actions/recipe.ts b/src/actions/recipe.ts
new file mode 100644
index 000000000..29b0a151f
--- /dev/null
+++ b/src/actions/recipe.ts
@@ -0,0 +1,9 @@
1import PropTypes from 'prop-types';
2
3export default {
4 install: {
5 recipeId: PropTypes.string.isRequired,
6 update: PropTypes.bool,
7 },
8 update: {},
9};