diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-13 00:04:35 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-13 00:04:35 +0100 |
| commit | bb7efd0af0db8183b5b3f96ac0de1bfd9cd249ae (patch) | |
| tree | 75549888c89cdb0bb1ee8d217f77b95db6e966dc /client/types.js | |
| parent | 4060915f156dec87a449a10c96d166d474f2d628 (diff) | |
face analysis frontend scaffolding
Diffstat (limited to 'client/types.js')
| -rw-r--r-- | client/types.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/types.js b/client/types.js index fb1fbe30..2d35ec36 100644 --- a/client/types.js +++ b/client/types.js @@ -6,6 +6,10 @@ export const tagAsType = (type, names) => ( }, {}) ) +export const faceAnalysis = tagAsType('faceAnalysis', [ + 'loading', 'loaded', 'error', 'update_options', +]) + export const faceSearch = tagAsType('faceSearch', [ 'loading', 'loaded', 'error', 'update_options', ]) |
