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