summaryrefslogtreecommitdiff
path: root/frontend/site/types.js
blob: ab610895b467e1ad4028d6b7c32b748cf74bc9e3 (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',
])

export const init = '@@INIT'