UNPKG

sequelize-typescript

Version:

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

7 lines (6 loc) 150 B
export declare enum Association { BelongsToMany = "belongsToMany", BelongsTo = "belongsTo", HasMany = "hasMany", HasOne = "hasOne", }