summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Action/Ports.elm')
-rw-r--r--src/Action/Ports.elm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Action/Ports.elm b/src/Action/Ports.elm
new file mode 100644
index 0000000..c79d918
--- /dev/null
+++ b/src/Action/Ports.elm
@@ -0,0 +1,4 @@
+port module Action.Ports exposing (..)
+
+port store_new_params : (Int, (List String)) -> (Cmd msg)
+port reset_params : () -> (Cmd msg)