summaryrefslogtreecommitdiff
path: root/scraper/client/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-03-25 22:28:37 +0100
committerJules Laplace <julescarbon@gmail.com>2019-03-25 22:28:37 +0100
commit8c628f1c4fdbc596fce7f84dbb8ac500e1cdedae (patch)
tree95bbf336b7df7f78fa6eadadf857f9938f73cb25 /scraper/client/types.js
parent188ef3609192fa931070ffa251a0c59e1fc78600 (diff)
updating that interface
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 53c0cff0..6d19984d 100644
--- a/scraper/client/types.js
+++ b/scraper/client/types.js
@@ -11,3 +11,9 @@ export const api = tagAsType('api', [
])
export const init = '@@INIT'
+
+export const USES_DATASET = {
+ YES: 1,
+ NO: -1,
+ UNKNOWN: 0,
+}