module Struct.Model exposing ( Type ) -- Elm ------------------------------------------------------------------------- -- Tonkadur -------------------------------------------------------------------- import Tonkadur.Types -- Local Module ---------------------------------------------------------------- import Struct.UI -------------------------------------------------------------------------------- -- TYPES ----------------------------------------------------------------------- -------------------------------------------------------------------------------- type alias Type = { tonkadur : Tonkadur.Types.State, ui : Struct.UI.Type } -------------------------------------------------------------------------------- -- LOCAL ----------------------------------------------------------------------- -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- EXPORTED -------------------------------------------------------------------- --------------------------------------------------------------------------------