module Model.View.Payment.Edition
  ( Edition
  ) where

import Model.Payment exposing (PaymentId)

type alias Edition = PaymentId