aboutsummaryrefslogtreecommitdiff
path: root/dhall/types/Link.dhall
blob: 153767fe0ee6f5a522f3813405e87214059941af (plain)
1
2
3
{ Type = { url : Text, title : Text, description : Text }
, default = { url = "", title = "", description = "" }
}