summaryrefslogtreecommitdiff
path: root/frontend/app/site/types.js
blob: 23bed9896dfa50ce529606064b326a17c87f0dc0 (plain)
1
2
3
4
5
6
7
8
9
10
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'