elm-frontti/src/Title.elm

DOWNLOAD
module Title exposing (..)

type alias Title =
    { title: String
    , id: Int
    , year: Int
    , month: Int
    , tags: List String}