summaryrefslogtreecommitdiff
path: root/frontend/app/site/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/site/types.js')
-rw-r--r--frontend/app/site/types.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/app/site/types.js b/frontend/app/site/types.js
new file mode 100644
index 0000000..23bed98
--- /dev/null
+++ b/frontend/app/site/types.js
@@ -0,0 +1,11 @@
+import { with_type, crud_type } from 'app/api/crud.types'
+
+export const site = with_type('site', [
+ 'set_site_title', 'loading', 'loaded', 'error',
+])
+
+export const system = with_type('system', [
+ 'load_site',
+])
+
+export const init = '@@INIT'