aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/recipe.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-10-13 12:29:40 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-10-13 12:29:40 +0200
commit58cda9cc7fb79ca9df6746de7f9662bc08dc156a (patch)
tree1211600c2a5d3b5f81c435c6896618111a611720 /src/actions/recipe.js
downloadferdium-app-58cda9cc7fb79ca9df6746de7f9662bc08dc156a.tar.gz
ferdium-app-58cda9cc7fb79ca9df6746de7f9662bc08dc156a.tar.zst
ferdium-app-58cda9cc7fb79ca9df6746de7f9662bc08dc156a.zip
initial commit
Diffstat (limited to 'src/actions/recipe.js')
-rw-r--r--src/actions/recipe.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/actions/recipe.js b/src/actions/recipe.js
new file mode 100644
index 000000000..29b0a151f
--- /dev/null
+++ b/src/actions/recipe.js
@@ -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};