kandimat-user-app/src/app/euromat/possiblePositions.js

20 lines
256 B
JavaScript

const possiblePositions = [
{
'position': 'positive',
'id': 0
},
{
'position': 'neutral',
'id': 1
},
{
'position': 'negative',
'id': 2
},
{
'position': 'skipped',
'id': 3
}
]
export default possiblePositions