1 2 3 4 5 6 7 8 9 10 11
import { with_type } from 'app/api/crud.types' export const site = with_type('site', [ 'set_site_title', 'loading', 'loaded', 'error', 'interact' ]) export const system = with_type('system', [ 'load_site', ]) export const init = '@@INIT'