fission-codes /
webnative-elm
/ Webnative.Session
type alias
Session
=
{ kind : String , username : String }
decoder
:
Json.Decode.Decoder Session