summaryrefslogtreecommitdiff
path: root/scraper/client/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/client/types.js')
-rw-r--r--scraper/client/types.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/scraper/client/types.js b/scraper/client/types.js
index 22c93a89..049b2761 100644
--- a/scraper/client/types.js
+++ b/scraper/client/types.js
@@ -22,3 +22,9 @@ export const USES_DATASET = {
UNKNOWN: "0",
NO_DATA: "-2",
}
+
+export const ADDRESS_TYPE_ENUM = {
+ 'edu': 1,
+ 'company': 3,
+ 'mil': 10,
+} \ No newline at end of file