sequelize-typescript
Version:
Decorators and some other extras for sequelize (v3 + v4)
10 lines • 402 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
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
;