diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 11:17:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 11:17:43 +0200 |
| commit | 084d11a05fe1220c5104ea59f4fab4860e70b434 (patch) | |
| tree | 4dc451af37dba93d9449036563517d39af4e6ccb /animism-align/frontend/types.js | |
| parent | a9ed0ec5486a6bd63f706592dd1eaa01f6c2ea1d (diff) | |
stubbing media index
Diffstat (limited to 'animism-align/frontend/types.js')
| -rw-r--r-- | animism-align/frontend/types.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/types.js b/animism-align/frontend/types.js index 45c9caf..f92f70b 100644 --- a/animism-align/frontend/types.js +++ b/animism-align/frontend/types.js @@ -3,6 +3,7 @@ import { with_type, crud_type } from './api/crud.types' export const api = crud_type('api', []) export const upload = crud_type('upload', []) +export const media = crud_type('media', []) export const peaks = crud_type('peaks', []) export const text = crud_type('text', []) export const annotation = crud_type('annotation', []) |
