2020-12-16 17:44:43 +01:00

10 lines
141 B
JavaScript

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