10 lines
141 B
JavaScript
Raw Normal View History

2020-12-01 16:38:47 +01:00
'use strict';
const MANY_RELATIONS = ['oneToMany', 'manyToMany', 'manyWay'];
module.exports = {
2020-12-16 15:28:11 +01:00
constants: {
MANY_RELATIONS,
},
2020-12-01 16:38:47 +01:00
};