diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-18 16:50:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-18 16:50:01 +0200 |
| commit | f8012f88641b0bb378ba79393f277c8918ebe452 (patch) | |
| tree | 643537b7048255f99760494632524a95d734a1ac /scraper/client/types.js | |
| parent | 020c015cbca3224f023e44ee72ec11b65f9f80b1 (diff) | |
better sorting of papers
Diffstat (limited to 'scraper/client/types.js')
| -rw-r--r-- | scraper/client/types.js | 6 |
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 |
