1 2 3 4 5 6 7 8 9
module SignIn.Msg exposing ( Msg(..) ) type Msg = UpdateLogin String | WaitingServer | ValidLogin | ErrorLogin String