8 lines
119 B
JavaScript
Raw Normal View History

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