summaryrefslogtreecommitdiff
path: root/frontend/site/types.js
blob: 8388eff6c3ddb30242393df280b88251cce362f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
import { with_type, crud_type } from '../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'