summaryrefslogtreecommitdiff
path: root/frontend/types.js
blob: 3dcfae76dbc98901e78353e790b24b97b07470ec (plain)
1
2
3
4
5
6
7
8
9
10
11
import { with_type, crud_type } from './api/crud.types'

export const collection = crud_type('collection', [])

export const upload = crud_type('upload', [])

export const system = with_type('system', [
  'load_site',
])

export const init = '@@INIT'