Add annotation.

This commit is contained in:
Dillon Kearns 2021-07-07 21:21:57 -07:00
parent 091210023e
commit 5bcee08984

View File

@ -231,6 +231,7 @@ init config flags url key =
|> List.filterMap identity
|> Cmd.batch
initialModel : Model userModel pageData sharedData
initialModel =
{ key = key
, url = url
@ -292,8 +293,7 @@ type alias Model userModel pageData sharedData =
, contentCache : ContentCache
, ariaNavigationAnnouncement : String
, pageData :
Result
String
Result String
{ userModel : userModel
, pageData : pageData
, sharedData : sharedData