summaryrefslogtreecommitdiff
path: root/client/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/types.js')
-rw-r--r--client/types.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/types.js b/client/types.js
index d295d0d1..fb1fbe30 100644
--- a/client/types.js
+++ b/client/types.js
@@ -10,5 +10,8 @@ export const faceSearch = tagAsType('faceSearch', [
'loading', 'loaded', 'error', 'update_options',
])
+export const nameSearch = tagAsType('nameSearch', [
+ 'loading', 'loaded', 'error', 'update_options',
+])
export const init = '@@INIT'