diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-25 22:28:37 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-25 22:28:37 +0100 |
| commit | 8c628f1c4fdbc596fce7f84dbb8ac500e1cdedae (patch) | |
| tree | 95bbf336b7df7f78fa6eadadf857f9938f73cb25 /scraper/client/types.js | |
| parent | 188ef3609192fa931070ffa251a0c59e1fc78600 (diff) | |
updating that interface
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 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, +} |
