1 2 3 4 5 6 7 8 9
module LoggedIn.Income.Action ( Action(..) ) where import Form exposing (Form) type Action = NoOp | AddIncomeAction Form.Action