modify type of refarences model

This commit is contained in:
Horiuchi_H
2015-08-26 14:44:58 +09:00
parent 534746f219
commit 745b182be1
+1 -1
View File
@@ -3123,7 +3123,7 @@ declare module "sequelize" {
/**
* If this column references another table, provide it here as a Model, or a string
*/
model?: Model<any, any>;
model?: string | Model<any, any>;
/**
* The column of the foreign table that this column references