summaryrefslogtreecommitdiff log msg author committer range path: root/src/Action/Ports.elmblob: c79d918ef67866acb7980f5548e5b0aa3c6e8341 (plain) 1 2 3 4 port module Action.Ports exposing (..) port store_new_params : (Int, (List String)) -> (Cmd msg) port reset_params : () -> (Cmd msg)