module LoggedIn.Home.Msg exposing ( Msg(..) ) import Form exposing (Form) import Model.Payment exposing (PaymentId) type Msg = NoOp | UpdatePage Int | SearchMsg Form.Msg