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