summaryrefslogtreecommitdiff
blob: 0f87da5a9432f530576f54326ebdb0b48c38a910 (plain)
1
2
3
4
5
6
port module Shared.Action.Ports exposing (..)

port store_new_session : (String, String) -> (Cmd msg)
port reset_session : () -> (Cmd msg)
port connected: (() -> msg) -> (Sub msg)
port go_to : (String) -> (Cmd msg)