aboutsummaryrefslogtreecommitdiff
path: root/dhall/types/SeriesDescription.dhall
blob: 9c922c6ae4caebe3941e405ae360e4fedc1ff027 (plain)
1
2
3
{ Type = { name : Text, details : Text }
, default = { name = "", details = "" }
}