summaryrefslogtreecommitdiff
path: root/frontend/site/types.js
blob: 4ab897fe7235b696d68be802e8d12c7146415869 (plain)
1
2
3
4
5
6
7
8
9
10
11
import { with_type } from 'app/api/crud.types'

export const site = with_type('site', [
  'set_site_title', 'loading', 'loaded', 'error', 'interact'
])

export const system = with_type('system', [
  'load_site',
])

export const init = '@@INIT'