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