'use strict';
const MANY_RELATIONS = ['oneToMany', 'manyToMany', 'manyWay'];
module.exports = {
constants: {
MANY_RELATIONS,
},
};