UNPKG

sequelize-typescript

Version:
11 lines 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Association = void 0; var Association; (function (Association) { Association["BelongsToMany"] = "belongsToMany"; Association["BelongsTo"] = "belongsTo"; Association["HasMany"] = "hasMany"; Association["HasOne"] = "hasOne"; })(Association = exports.Association || (exports.Association = {})); //# sourceMappingURL=association.js.map