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