summaryrefslogtreecommitdiff
path: root/animism-align/frontend/types.js
blob: 6f566b87f6b32d921d4409ceb1a2df149a7dc0e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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'