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_page', 'set_popups', 'mute_audio', 'unmute_audio', 'change_language', ]) export const init = '@@INIT'