import { with_type, crud_type } from '../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'