UNPKG

sequelize-typescript

Version:

Decorators and some other extras for sequelize (v3 + v4)

10 lines 402 B
"use strict"; 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