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