xesite/dhall/types/Location.dhall

4 lines
162 B
Plaintext

{ Type = { city : Text, stateOrProvince : Text, country : Text, remote : Bool }
, default = { remote = True, city = "", stateOrProvince = "", country = "CAN" }
}