summaryrefslogtreecommitdiff
blob: 4d830778756cbd23985fec497b28731ab1ca53ec (plain)
1
2
3
4
port module Action.Ports exposing (..)

port store_params : (Int, String) -> (Cmd msg)
port reset_params : () -> (Cmd msg)