mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
modify type of refarences model
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user