UNPKG

@serafin/pipeline

Version:

CRUD data access library with a functional approach

9 lines 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RelationType = void 0; var RelationType; (function (RelationType) { RelationType["one"] = "one"; RelationType["many"] = "many"; })(RelationType || (exports.RelationType = RelationType = {})); //# sourceMappingURL=RelationType.js.map