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 53c0cff0..95b7a4e3 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",
+}