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

export const site = with_type('site', [
  'set_site_title', 'loading', 'loaded', 'error',
  'load_site', 'interact', 'set_popups',
  'mute_audio', 'unmute_audio', 'change_language',
])

export const init = '@@INIT'