aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Id.elm
blob: f71b71edd8d15e7e81af8547819be02f9a2e02b6 (plain)
1
2
3
4
5
module Model.Id exposing
  ( Id
  )

type alias Id = Int