diff options
Diffstat (limited to 'scraper/client/types.js')
| -rw-r--r-- | scraper/client/types.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scraper/client/types.js b/scraper/client/types.js index 95b7a4e3..22c93a89 100644 --- a/scraper/client/types.js +++ b/scraper/client/types.js @@ -10,10 +10,15 @@ export const api = tagAsType('api', [ 'loading', 'loaded', 'error', 'set_paper_key', ]) +export const system = tagAsType('system', [ + 'set_sorted_citations', +]) + export const init = '@@INIT' export const USES_DATASET = { YES: "1", NO: "-1", UNKNOWN: "0", + NO_DATA: "-2", } |
