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', ]) export const init = '@@INIT'