module Model.Conf ( Conf ) where type alias Conf = { currency : String }