summaryrefslogtreecommitdiff
path: root/public/js/lib/modeType.js
blob: f32121050893221c19e426934aefef0cd4611496 (plain)
1
2
3
4
5
6
7
8
9
10
11
export default {
  edit: {
    name: 'edit'
  },
  view: {
    name: 'view'
  },
  both: {
    name: 'both'
  }
}