UNPKG

quilon

Version:

Generate ERDs from your entity files automagically

11 lines (10 loc) 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TRelations = void 0; var TRelations; (function (TRelations) { TRelations["OneToOne"] = "OneToOne"; TRelations["OneToMany"] = "OneToMany"; TRelations["ManyToOne"] = "ManyToOne"; TRelations["ManyToMany"] = "ManyToMany"; })(TRelations || (exports.TRelations = TRelations = {}));