diff options
Diffstat (limited to 'animism-align/frontend/types.js')
| -rw-r--r-- | animism-align/frontend/types.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/animism-align/frontend/types.js b/animism-align/frontend/types.js new file mode 100644 index 0000000..6f566b8 --- /dev/null +++ b/animism-align/frontend/types.js @@ -0,0 +1,13 @@ +import { with_type, crud_type } from './api/crud.types' + +export const api = crud_type('api', []) + +export const upload = crud_type('upload', []) + +export const site = with_type('site', [ +]) + +export const system = with_type('system', [ +]) + +export const init = '@@INIT' |
