Add lamassu-admin-elm to this repo (#185)

This commit is contained in:
Rafael Taranto 2018-10-08 16:29:06 -03:00 committed by Josh Harvey
parent 5ee7e40872
commit f4fc9d6328
134 changed files with 28171 additions and 83 deletions

View file

@ -0,0 +1,10 @@
module AccountTypes exposing (..)
import FieldSet.Types exposing (..)
type alias Account =
{ code : String
, display : String
, fields : List Field
}