aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Dialog/Msg.elm
blob: 68ed1466e410e9aea218fb589046f0f11528efee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module Dialog.Msg exposing
  ( Msg(..)
  )

import Form exposing (Form)

import Model.Category exposing (Categories)
import Model.PaymentCategory exposing (PaymentCategories)

type Msg =
  NoOp
  | Init String Msg
  | AddPaymentMsg Categories PaymentCategories Form.Msg
  | AddIncomeMsg Form.Msg
  | AddCategoryMsg Form.Msg