module Model.Action.SignInAction ( SignInAction(..) ) where type SignInAction = WaitingServer | ErrorLogin String