import { with_type, crud_type } from './api/crud.types' export const api = crud_type('api', []) export const upload = crud_type('upload', []) export const site = with_type('site', [ ]) export const system = with_type('system', [ ]) export const init = '@@INIT'