let HostVolume = ./hostVolume.dhall
in { Type = { name : Text, host : Optional HostVolume.Type }
, default = { name = "", host = None }
}