aboutsummaryrefslogtreecommitdiff
path: root/dhall/types/Location.dhall
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-06-20 12:47:11 +0000
committerXe <me@christine.website>2022-06-21 23:17:53 +0000
commit15a130cc3df9598922d6faea50b520c03d75c5a2 (patch)
tree86618d0e587a3af18fef00cbd93abd20ad0f1d9c /dhall/types/Location.dhall
parent9f977b388223d2bb87cd6d63980379c7ed96b218 (diff)
downloadxesite-15a130cc3df9598922d6faea50b520c03d75c5a2.tar.xz
xesite-15a130cc3df9598922d6faea50b520c03d75c5a2.zip
job history: even more
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'dhall/types/Location.dhall')
-rw-r--r--dhall/types/Location.dhall3
1 files changed, 3 insertions, 0 deletions
diff --git a/dhall/types/Location.dhall b/dhall/types/Location.dhall
new file mode 100644
index 0000000..f145a17
--- /dev/null
+++ b/dhall/types/Location.dhall
@@ -0,0 +1,3 @@
+{ Type = { city : Text, stateOrProvince : Text, country : Text, remote : Bool }
+, default = { remote = True, city = "", stateOrProvince = "", country = "CAN" }
+}