module Model.View ( View(..) ) where import Model.Payment exposing (Payments) type View = LoadingView | PaymentView Payments | SignInView String