summaryrefslogtreecommitdiff
path: root/client/types.js
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2018-12-18 01:15:48 +0100
committeradamhrv <adam@ahprojects.com>2018-12-18 01:15:48 +0100
commit162246a0f1931428c85ab9a31ba42de9ef34dae3 (patch)
treea7a80b9836025400269fcb7623a934deb37bbc39 /client/types.js
parent994d74feae29f2577bc04e10dd4bafbfb3dc8e83 (diff)
parentbf3dd1399e4ef1db5fb8830004827fe603f73b2e (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
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'